mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 17:06:23 +00:00
Fix (Whiteboards): An attempt to fix most of the remaining issues (#8893)
* Revert "enhance: clear selection ranges"
This reverts commit cb2c1f1d6a.
* fix: untitled name crash on click
* fix: breadcrumb without label
* fix: maintain original page name
* fix: revert shape to block change
* fix: allow toolbar scrolling
* fix: remove overflow from context bar
This commit is contained in:
@@ -285,7 +285,8 @@
|
||||
:block/uuid uuid
|
||||
:block/content (or content "")
|
||||
:block/format :markdown ;; fixme to support org?
|
||||
:block/page {:block/name (util/page-name-sanity-lc page-name)}
|
||||
:block/page {:block/name (util/page-name-sanity-lc page-name)
|
||||
:block/original-name page-name}
|
||||
:block/parent {:block/name page-name}}]
|
||||
(db-utils/transact! [tx])
|
||||
uuid))
|
||||
|
||||
Reference in New Issue
Block a user