fix(database): can't edit database side layout title
Related to https://github.com/toeverything/blocksuite/pull/6858 Closes https://github.com/toeverything/blocksuite/issues/6832 (1)
The latest updates on your projects. Learn more about Vercel for Git ↗︎
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| blocksuite | ❌ Failed (Inspect) | Apr 29, 2024 10:55am |
1 Ignored Deployment
| Name | Status | Preview | Comments | Updated (UTC) |
|---|---|---|---|---|
| blocksuite-docs | ⬜️ Ignored (Inspect) | Visit Preview | Apr 29, 2024 10:55am |
Your org has enabled the Graphite merge queue for merging into master
Add the label “merge” to the PR and Graphite will automatically add it to the merge queue when it’s ready to merge.
You must have a Graphite account in order to use the merge queue. Sign up using this link.
The root cause of this bug is using renderModel to render single block. According to the current technical plan, it should be replaced with renderSpecPortal. However, I'm not sure how to use renderSpecPortal to only render a block that nested inside a database block. I need to discuss this with @Saul-Mirone.
@zzj3720 should I close this for now ?