Skip to content

Commit 301e755

Browse files
committed
fix: autoscrolling colliding with drag-drop for elements which falls under the auto scroll zone
1 parent 113b348 commit 301e755

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/LiveDevelopment/BrowserScripts/RemoteFunctions.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1580,10 +1580,8 @@ function RemoteFunctions(config = {}) {
15801580
_lastDragTarget = selectedTarget;
15811581
_lastDropZone = dropZone;
15821582

1583-
if (!_isAutoScrolling) {
1584-
_clearDropMarkers();
1585-
_createDropMarker(selectedTarget, dropZone, indicatorType);
1586-
}
1583+
_clearDropMarkers();
1584+
_createDropMarker(selectedTarget, dropZone, indicatorType);
15871585
}
15881586

15891587
// Handle auto-scroll

0 commit comments

Comments
 (0)