KeyShortcutHandler don't cancel after onSelectItem calls start()

This commit is contained in:
2022-10-06 20:36:27 +00:00
parent 93173c0347
commit 58a221eb7a

View File

@@ -39,8 +39,8 @@
(cancel)
(case (dictGet currentMap key)
((Final item)
(tryCall onSelectItem item)
(cancel))
(cancel)
(tryCall onSelectItem item))
((Prefix nextMap)
(_selectMap nextMap))
(otherwise