Closed linonetwo closed 2 years ago
Thanks for the report That should be bixed in 0.0.7, let me know :)
Glad to see you! Since it has been 2 years, I have already made a fork and made it typescript https://github.com/tiddly-gittly/tiddlywiki-plugins/blob/master/src/commandpalette/src/CommandPaletteWidget.ts
If the user is using an input method for example Chinese IME or Japanese IME, typing "Enter" normally means commit what is being compsed, but in commandpalette it will trigger an action.
Can you wait until IME submit, then allow listener of "Enter" to work?