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
In the code src/main.js sixth line, if I use the .prevent, here first called e.preventDefault (), which is very problematic. It will prevent many browsers from default. For example, in the same page, I still have a input, I use backspace keys, ctrl +v or ctrl+x and other key combinations can not respond, it should be called after callback execution.
The text was updated successfully, but these errors were encountered:
In the code
src/main.js
sixth line, if I use the.prevent
, here first callede.preventDefault ()
, which is very problematic. It will prevent many browsers from default. For example, in the same page, I still have a input, I usebackspace
keys,ctrl +v
orctrl+x
and other key combinations can not respond, it should be called after callback execution.The text was updated successfully, but these errors were encountered: