SHIFT in debug build to un-solve puzzle
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
(unless currentMap (tryCallOrThrow onBadKey "Tried to handle key $key without calling start() first" key null))
|
||||
(if (= cancelKey key)
|
||||
(cancel)
|
||||
(case ~(dictGet currentMap key)
|
||||
(case (dictGet currentMap key)
|
||||
((Final item)
|
||||
(tryCall onSelectItem item)
|
||||
(cancel))
|
||||
|
Reference in New Issue
Block a user