SHIFT in debug build to un-solve puzzle

This commit is contained in:
2022-08-12 16:29:12 +00:00
parent 4d716f2d11
commit 3583113613

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