You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The second view does not open. The dev console shows the following error.
ViewWrapper.ts:343 Uncaught (in promise) TypeError: $app.scrollTo is not a function
at ViewWrapper.scrollIntoView (ViewWrapper.ts:343:17)
at ViewWrapper.modeChanged (ViewWrapper.ts:324:12)
at set mode [as mode] (ViewWrapper.ts:422:10)
at OrdinoApp.tsx:494:7
at Array.forEach (<anonymous>)
at OrdinoApp.focusImpl (OrdinoApp.tsx:484:22)
at OrdinoApp.tsx:411:53
at async ActionNode.createViewImpl [as f] (cmds.ts:67:22)
Expected Behavior
Switching to the second view should be possible again without an error.
Thanks for taking the time to fill out this bug report 🤗
Make sure there aren't any open/closed issues for this topic 😃
The text was updated successfully, but these errors were encountered:
With the visyn script merge (#421) the resolution of node modules has changed. That is probably the reason why jQuery plugins like scrollTo are not correctly loaded or registered to the "correct" jQuery instance. That's why the scrollTo function / plugin cannot be found and results in the error above.
Environment
Steps to reproduce the bug
Observed Behavior
The second view does not open. The dev console shows the following error.
Expected Behavior
Switching to the second view should be possible again without an error.
Thanks for taking the time to fill out this bug report 🤗
Make sure there aren't any open/closed issues for this topic 😃
The text was updated successfully, but these errors were encountered: