mirror of
https://github.com/logseq/logseq.git
synced 2026-05-02 09:56:31 +00:00
preventDefault event
This commit is contained in:
@@ -3139,7 +3139,8 @@
|
||||
input (state/get-input)]
|
||||
(if-not (string/blank? text)
|
||||
(if (thingatpt/org-admonition&src-at-point input)
|
||||
(paste-text-in-one-block-at-point)
|
||||
(do (util/stop e)
|
||||
(paste-text-in-one-block-at-point))
|
||||
(paste-text text e))
|
||||
(let [_handled
|
||||
(let [clipboard-data (gobj/get e "clipboardData")
|
||||
|
||||
Reference in New Issue
Block a user