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
Now when I hit the Logout link in the menu, the menu closes but the animation to revert the page to its normal state (not pushed and rotated) seems to stop halfway through, leaving the page looking a little awkward.
When I comment out the line
// state.sessionId = "";
everything works fine.
The text was updated successfully, but these errors were encountered:
In my app I have a PushRotate menu on the right-hand side. One of the links has an additional click.native callback attached:
In the callback handler I call a vuex mutation:
which in turn looks like this:
Now when I hit the Logout link in the menu, the menu closes but the animation to revert the page to its normal state (not pushed and rotated) seems to stop halfway through, leaving the page looking a little awkward.
When I comment out the line
// state.sessionId = "";
everything works fine.
The text was updated successfully, but these errors were encountered: