fix(editor): limit max width when uploading or pasting image into edgeless (#9273)

[BS-2180](https://linear.app/affine-design/issue/BS-2180/白板中粘贴图片,限定一下最大宽度)
This commit is contained in:
donteatfriedrice
2024-12-24 06:28:59 +00:00
parent 4ce5cf20c3
commit 338835a4aa
7 changed files with 34 additions and 14 deletions
@@ -0,0 +1 @@
export const MAX_IMAGE_WIDTH = 460;
@@ -2,6 +2,7 @@ export * from './brush.js';
export * from './connector.js';
export * from './doc.js';
export * from './frame.js';
export * from './image.js';
export * from './line.js';
export * from './mindmap.js';
export * from './note.js';