fix: raw paste

This commit is contained in:
Tienson Qin
2022-06-16 01:00:05 +08:00
parent 7bab4469a6
commit 999defdad1
2 changed files with 44 additions and 27 deletions

View File

@@ -149,7 +149,7 @@
:fn editor-handler/copy-current-block-embed}
:editor/paste-text-in-one-block-at-point {:binding "mod+shift+v"
:fn editor-handler/paste-text-in-one-block-at-point}
:fn (fn [_state e] ((editor-handler/editor-on-paste! nil true) e))}
:editor/insert-youtube-timestamp {:binding "mod+shift+y"
:fn commands/insert-youtube-timestamp}