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
For example:
mousetrap.bind('ctrl+alt', bindUp, 'keyup');
or
mousetrap.bind('shift+space', bindUp, 'keyup');
..will not fire when those are released.
Any help solving this would be appreciated, or direction towards where in the code this type of thing is handled so that I can try fixing it.
The text was updated successfully, but these errors were encountered:
For example:
mousetrap.bind('ctrl+alt', bindUp, 'keyup');
or
mousetrap.bind('shift+space', bindUp, 'keyup');
..will not fire when those are released.
Any help solving this would be appreciated, or direction towards where in the code this type of thing is handled so that I can try fixing it.
The text was updated successfully, but these errors were encountered: