mirror of
https://github.com/logseq/logseq.git
synced 2026-04-29 16:36:27 +00:00
feat(paste): toggle between pasting text or file when they both exist (#7198)
* feat(paste): toggle between pasting text or file when they both exist
This commit is contained in:
@@ -649,6 +649,10 @@ Similar to re-frame subscriptions"
|
||||
[]
|
||||
(:editor/logical-outdenting? (sub-config)))
|
||||
|
||||
(defn perferred-pasting-file?
|
||||
[]
|
||||
(:editor/perferred-pasting-file? (sub-config)))
|
||||
|
||||
(defn doc-mode-enter-for-new-line?
|
||||
[]
|
||||
(and (document-mode?)
|
||||
|
||||
Reference in New Issue
Block a user