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