mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
feat: bump blocksuite (#5624)
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import {
|
||||
registerFramePanelComponents,
|
||||
registerTOCPanelComponents,
|
||||
registerOutlinePanelComponents,
|
||||
} from '@blocksuite/presets';
|
||||
|
||||
registerTOCPanelComponents(components => {
|
||||
registerOutlinePanelComponents(components => {
|
||||
for (const compName in components) {
|
||||
if (window.customElements.get(compName)) continue;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user