mirror of
https://github.com/logseq/logseq.git
synced 2026-06-01 19:01:22 +00:00
fix: can't copy and paste multiple blocks
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
(db/transact! repo
|
||||
[{:file/path path
|
||||
:block/name file
|
||||
:block/file [:file/path path]
|
||||
:block/file {:file/path path}
|
||||
:block/journal? false}]))
|
||||
(p/catch (fn [error]
|
||||
(prn "Write file failed, path: " path ", data: " data)
|
||||
|
||||
Reference in New Issue
Block a user