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
According to this Stack Overflow post, Safari doesn't trigger the 'keypress' event, for keys that don't print anything to screen, such as the arrow keys.
I haven't fully tested it yet, but changing 'keypress' event to 'keydown' fixes the issue.
According to this Stack Overflow post, Safari doesn't trigger the 'keypress' event, for keys that don't print anything to screen, such as the arrow keys.
I haven't fully tested it yet, but changing 'keypress' event to 'keydown' fixes the issue.