SHIFT in debug build to un-solve puzzle

This commit is contained in:
2022-08-12 16:29:12 +00:00
parent 41140798b8
commit 5a64e95a0f
2 changed files with 6 additions and 1 deletions

View File

@@ -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))