feat: bump blocksuite (#5624)

This commit is contained in:
regischen
2024-01-18 17:26:31 +08:00
committed by GitHub
parent c3fda80599
commit 8b1b5b2e93
17 changed files with 168 additions and 168 deletions

View File

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