mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
fix: insert-link now will send nil instead of event to the html link utility function
This commit is contained in:
@@ -255,7 +255,7 @@
|
||||
|
||||
:editor/insert-link {:desc "HTML Link"
|
||||
:binding "mod+l"
|
||||
:fn editor-handler/html-link-format!}
|
||||
:fn #(editor-handler/html-link-format!)}
|
||||
|
||||
:editor/select-all-blocks {:desc "Select all blocks"
|
||||
:binding "mod+shift+a"
|
||||
|
||||
Reference in New Issue
Block a user