feat: edgeless dnd preview (#10117)

This commit is contained in:
doouding
2025-02-12 12:37:07 +00:00
parent f89fcf82f8
commit 270d1754a3
5 changed files with 145 additions and 51 deletions

View File

@@ -184,7 +184,7 @@ export class EdgelessNoteBlockComponent extends toGfxBlockComponent(
x: bound.x,
y: bound.y,
w: width,
h: collapse ? height : 'inherit',
h: collapse ? height : 'unset',
zIndex: this.toZIndex(),
};
}