提交 54abb9ab 编写于 作者: S SteVen Batten

fixes #104161

上级 b7cad23a
......@@ -72,6 +72,7 @@ export class ContextMenuHandler {
this.block.style.top = '0';
this.block.style.width = '100%';
this.block.style.height = '100%';
this.block.style.zIndex = '-1';
domEvent(this.block, EventType.MOUSE_DOWN)((e: MouseEvent) => e.stopPropagation());
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册