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:
Konstantinos
2023-03-25 04:40:58 +02:00
committed by GitHub
parent 011860e486
commit b5494f33cc
5 changed files with 12 additions and 9 deletions

View File

@@ -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))