mirror of
https://github.com/logseq/logseq.git
synced 2026-05-04 02:46:45 +00:00
fix: shortcut not working
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user