feat: bump blocksuite (#7526)

This commit is contained in:
Chen
2024-07-17 18:30:46 +08:00
committed by GitHub
parent ade8db2aec
commit ccac7a883c
10 changed files with 109 additions and 99 deletions

View File

@@ -1,5 +1,6 @@
import type { BlockSpec } from '@blocksuite/block-std';
import {
EdgelessNoteBlockSpec,
EdgelessSurfaceBlockSpec,
EdgelessSurfaceRefBlockSpec,
EdgelessTextBlockSpec,
@@ -15,6 +16,7 @@ export const EdgelessModeSpecs: BlockSpec[] = [
EdgelessSurfaceRefBlockSpec,
FrameBlockSpec,
EdgelessTextBlockSpec,
EdgelessNoteBlockSpec,
// special
CustomEdgelessRootBlockSpec,
];