mirror of
https://github.com/logseq/logseq.git
synced 2026-04-28 16:15:21 +00:00
fix: rename Card View to Gallery View
Don't overload 'Card' to mean multiple things. Also improved migration docstrings
This commit is contained in:
@@ -484,7 +484,6 @@
|
||||
(let [command (some-> state state->highlighted-item :source-command)]
|
||||
(when-let [action (:action command)]
|
||||
(action)
|
||||
(prn :trigger (:id command))
|
||||
(when-not (contains? #{:graph/open :graph/remove :dev/replace-graph-with-db-file :ui/toggle-settings :go/flashcards} (:id command))
|
||||
(shui/dialog-close! :ls-dialog-cmdk)))))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user