mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-16 22:07:09 +08:00
refactor(editor): add middlewares in shared adapter (#9395)
This commit is contained in:
@@ -65,3 +65,4 @@ export const CANVAS_EXPORT_IGNORE_TAGS = [
|
||||
|
||||
export * from './bracket-pairs.js';
|
||||
export * from './note.js';
|
||||
export * from './text.js';
|
||||
|
||||
2
blocksuite/affine/shared/src/consts/text.ts
Normal file
2
blocksuite/affine/shared/src/consts/text.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export const REFERENCE_NODE = ' ';
|
||||
export const DEFAULT_DOC_NAME = 'Untitled';
|
||||
Reference in New Issue
Block a user