mirror of
https://github.com/logseq/logseq.git
synced 2026-05-03 18:36:43 +00:00
fix: block back ref uuid
This commit is contained in:
@@ -124,7 +124,7 @@
|
||||
(defn ->logseq-portal-shape
|
||||
[block-id point]
|
||||
{:blockType "B"
|
||||
:id (d/squuid)
|
||||
:id (str (d/squuid))
|
||||
:pageId (str block-id)
|
||||
:point point
|
||||
:size [600, 400]
|
||||
|
||||
Reference in New Issue
Block a user