提交 ca9f4898 编写于 作者: I isidor

fixes #66902

上级 a09175a5
......@@ -511,6 +511,7 @@ class TypeFilterController<T, TFilterData> implements IDisposable {
const onDragOver = (event: DragEvent) => {
const x = event.screenX - left;
event.dataTransfer.dropEffect = 'none';
if (x < midContainerWidth) {
positionClassName = 'nw';
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册