提交 71dcd5c9 编写于 作者: B Benjamin Pasero

remove dropfeedback when showing overlay

上级 6a6ca03f
......@@ -1001,6 +1001,10 @@ export class SideBySideEditorControl implements ISideBySideEditorControl, IVerti
destroyOverlay(); // somehow we managed to move the mouse quickly out of the current overlay, so destroy it
}
createOverlay(target);
if (overlay) {
DOM.removeClass(node, 'dropfeedback'); // if we show an overlay, we can remove the drop feedback from the editor background
}
}
}));
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册