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
Hey there!
I'm using the virtual tour plugin with the "markers" mode, and I've noticed that the plugin throws an error if you switch the current node too fast (without waiting for animation to finish, etc.).
So to reproduce you basically just have to do:
The problem is that two markers with the same ID can't exist at the same time, which happens when the plugin doesn't have time to finish removing the old markers.
Hey there!
I'm using the virtual tour plugin with the "markers" mode, and I've noticed that the plugin throws an error if you switch the current node too fast (without waiting for animation to finish, etc.).
So to reproduce you basically just have to do:
The problem is that two markers with the same ID can't exist at the same time, which happens when the plugin doesn't have time to finish removing the old markers.
Here's a demo: JSFiddle
Versions:
4.4.1
0.135.0
Chrome 96.0.4664.110 (Official Build) (arm64)
The text was updated successfully, but these errors were encountered: