fix: insert-link now will send nil instead of event to the html link utility function

pull/3300/head
Junyi Du 2021-11-29 11:16:21 +08:00 committed by Tienson Qin
parent 453579affd
commit 37466921a4
1 changed files with 1 additions and 1 deletions

View File

@ -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"