diff --git a/js/ui/appDisplay.js b/js/ui/appDisplay.js index 861db5d5a..1c25dfe39 100644 --- a/js/ui/appDisplay.js +++ b/js/ui/appDisplay.js @@ -1541,7 +1541,7 @@ class AppViewItem extends St.Button { return false; if (this._withinLeeways(x)) - return DND.DragMotionResult.CONTINUE; + return false; return true; }