mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-22 08:47:10 +08:00
### Changed - Add new image block to render dnd preview - Fixed the bug that dragging uploaded image does not have width and height - Fixed the bug that drag image block from page to edgeless does not have width and height - Better edgeless dnd preview
5 lines
262 B
TypeScript
5 lines
262 B
TypeScript
export { FramePreview } from './components/frame/frame-preview.js';
|
|
export * from './edgeless-root-block.js';
|
|
export { EdgelessRootPreviewBlockComponent } from './edgeless-root-preview-block.js';
|
|
export { EdgelessRootService } from './edgeless-root-service.js';
|