fix: typo

This commit is contained in:
Zhizhen He
2022-11-21 13:56:50 +08:00
committed by Gabriel Horner
parent 584f3b068a
commit 7fdb9aaffb
14 changed files with 32 additions and 32 deletions

View File

@@ -204,5 +204,5 @@
(util/stop e))))]
(cond
(and (string/blank? text) (string/blank? html)) (paste-file-if-exist)
(and (seq files) (state/perferred-pasting-file?)) (paste-file-if-exist)
(and (seq files) (state/preferred-pasting-file?)) (paste-file-if-exist)
:else (paste-text-or-blocks-aux input e text html))))))))