KeyShortcutHandler don't cancel after onSelectItem calls start()
This commit is contained in:
@@ -39,8 +39,8 @@
|
||||
(cancel)
|
||||
(case (dictGet currentMap key)
|
||||
((Final item)
|
||||
(tryCall onSelectItem item)
|
||||
(cancel))
|
||||
(cancel)
|
||||
(tryCall onSelectItem item))
|
||||
((Prefix nextMap)
|
||||
(_selectMap nextMap))
|
||||
(otherwise
|
||||
|
Reference in New Issue
Block a user