fix: shortcut not working

This commit is contained in:
Tienson Qin
2021-08-27 18:40:44 +08:00
parent 5bd2f9cedc
commit 0fda54b0d3
4 changed files with 20 additions and 9 deletions

View File

@@ -1055,6 +1055,10 @@
[value]
(set-state! :indexeddb/support? value))
(defn modal-opened?
[]
(:modal/show? @state))
(defn set-modal!
([modal-panel-content]
(set-modal! modal-panel-content false))