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, I noticed that using alt-tab in chrome on Windows to switch tabs will cause the alt modifier to get stuck as no keyup event is registered, which will break any tools that use mouseclick or mousemove for example. You should be able to reproduce this in any of the examples that use any mouseTools. I don't know if there is a good way to handle this, just wanted to let you know as I got quite confused why my the tools seem to get stuck some times
The text was updated successfully, but these errors were encountered:
I just added this for now in enable and disable
window.addEventListener('focusin', resetModifierKey);
window.removeEventListener('focusin', resetModifierKey);
…dd "frameNumber" to the Annotation.data (#317)
* add "frameNumber" to the Annotation.data
* remove default value of frameNumber, as someone might not want it intentionally
Hey, I noticed that using alt-tab in chrome on Windows to switch tabs will cause the alt modifier to get stuck as no keyup event is registered, which will break any tools that use mouseclick or mousemove for example. You should be able to reproduce this in any of the examples that use any mouseTools. I don't know if there is a good way to handle this, just wanted to let you know as I got quite confused why my the tools seem to get stuck some times
The text was updated successfully, but these errors were encountered: