Skip to content

Commit e335f85

Browse files
committed
fix: sonar issues
1 parent 02c9332 commit e335f85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/DragAndDrop.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ define(function (require, exports, module) {
253253
return;
254254
}
255255

256-
const {newSize, newPosition} = await _computeNewPositionAndSize($activeElement);
256+
const {newSize, newPosition} = await _computeNewPositionAndSize();
257257
const currentSize = await fileDropWindow.innerSize();
258258
const currentPosition = await fileDropWindow.innerPosition();
259259
const isSameSize = currentSize.width === newSize.width && currentSize.height === newSize.height;

0 commit comments

Comments
 (0)