mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-23 09:17:06 +08:00
refactor(editor): separate the element renders (#11461)
This commit is contained in:
2
blocksuite/affine/model/src/consts/edgeless-text.ts
Normal file
2
blocksuite/affine/model/src/consts/edgeless-text.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export const EDGELESS_TEXT_BLOCK_MIN_WIDTH = 50;
|
||||
export const EDGELESS_TEXT_BLOCK_MIN_HEIGHT = 50;
|
||||
@@ -1,5 +1,6 @@
|
||||
export * from './connector.js';
|
||||
export * from './doc.js';
|
||||
export * from './edgeless-text.js';
|
||||
export * from './image.js';
|
||||
export * from './line.js';
|
||||
export * from './mindmap.js';
|
||||
|
||||
Reference in New Issue
Block a user