refactor(editor): separate the element renders (#11461)

This commit is contained in:
Saul-Mirone
2025-04-04 13:09:46 +00:00
parent 5a1106fb88
commit 2a1306c58c
70 changed files with 390 additions and 330 deletions

View File

@@ -0,0 +1,2 @@
export const EDGELESS_TEXT_BLOCK_MIN_WIDTH = 50;
export const EDGELESS_TEXT_BLOCK_MIN_HEIGHT = 50;

View File

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