提交 aa380948 编写于 作者: B Benjamin Pasero

grid - fix bad overlay height value when dragging

上级 6e088a71
......@@ -356,6 +356,7 @@ class DropOverlay extends Themable {
this.overlay.style.top = options.top;
this.overlay.style.left = options.left;
this.overlay.style.width = options.width;
this.overlay.style.height = options.height;
}
private getOverlayOffsetHeight(): number {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册