mirror of
https://github.com/logseq/logseq.git
synced 2026-05-01 01:16:27 +00:00
fix: typo
This commit is contained in:
committed by
Gabriel Horner
parent
584f3b068a
commit
7fdb9aaffb
@@ -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))))))))
|
||||
|
||||
Reference in New Issue
Block a user