提交 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';
......@@ -1050,4 +1051,4 @@ class TreeNavigator<T extends NonNullable<any>, TFilterData, TRef> implements IT
this.index = this.view.length - 1;
return this.current();
}
}
\ No newline at end of file
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册