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
Lotion recognizes keyboard shortcuts as if Ctrl or Alt weren't pressed. For instance, if a user presses Ctrl+Z, then a letter z will be added to the search term, while in the editor the shortcut will work as it should (it will undo the last action).
Preventing a letter from being added when a user presses a shortcut is quite simple to do (just extra check for Ctrl and Alt keys). But I currently have no idea how to fix the difference between input and search term that is produced when a user presses Ctrl+Z or Ctrl+Backspace.
The text was updated successfully, but these errors were encountered:
ivteplo
added a commit
to ivteplo/dashibase-lotion
that referenced
this issue
Jul 28, 2022
Lotion recognizes keyboard shortcuts as if
Ctrl
orAlt
weren't pressed. For instance, if a user pressesCtrl+Z
, then a letterz
will be added to the search term, while in the editor the shortcut will work as it should (it will undo the last action).Preventing a letter from being added when a user presses a shortcut is quite simple to do (just extra check for
Ctrl
andAlt
keys). But I currently have no idea how to fix the difference between input and search term that is produced when a user pressesCtrl+Z
orCtrl+Backspace
.The text was updated successfully, but these errors were encountered: