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
There's a bug with meta and down/up
→ when doing meta+down successively it works.
→ when doing meta+up successively it works.
→ when doing meta+down and afterwards meta+up it will start logging down+meta+up instead.
This further also breaks the recognition of the regular up key logging down after this bug has occurred.
The text was updated successfully, but these errors were encountered:
here's the bug in codepen. open the console.log and do ⌘ + up and ⌘ + down repeatedly.
It will start logging down+meta+up https://codepen.io/mesqueeb/pen/QmJzeL
There's a bug with meta and down/up
→ when doing
meta+down
successively it works.→ when doing
meta+up
successively it works.→ when doing
meta+down
and afterwardsmeta+up
it will start loggingdown+meta+up
instead.This further also breaks the recognition of the regular
up
key loggingdown
after this bug has occurred.The text was updated successfully, but these errors were encountered: