mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 02:16:30 +00:00
Split raw and formatted paste to prevent future coupling bugs
This commit is contained in:
committed by
Gabriel Horner
parent
72298d23c8
commit
7a905583cf
@@ -170,7 +170,7 @@
|
||||
:fn editor-handler/copy-current-block-embed}
|
||||
|
||||
:editor/paste-text-in-one-block-at-point {:binding "mod+shift+v"
|
||||
:fn (fn [_state e] ((paste-handler/editor-on-paste! nil true) e))}
|
||||
:fn paste-handler/editor-on-paste-raw!}
|
||||
|
||||
:editor/insert-youtube-timestamp {:binding "mod+shift+y"
|
||||
:fn commands/insert-youtube-timestamp}
|
||||
|
||||
Reference in New Issue
Block a user