mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 17:36:33 +00:00
enhance: mod+p to add/edit property
This commit is contained in:
@@ -349,7 +349,7 @@
|
||||
:editor/add-property {:binding "mod+p"
|
||||
:fn (fn [e]
|
||||
(.preventDefault e)
|
||||
(state/pub-event! [:editor/new-property]))}
|
||||
(state/pub-event! [:editor/new-property {}]))}
|
||||
|
||||
:ui/toggle-brackets {:binding "mod+c mod+b"
|
||||
:fn config-handler/toggle-ui-show-brackets!}
|
||||
|
||||
Reference in New Issue
Block a user