diff --git a/js/ui/dash.js b/js/ui/dash.js index e29aff404..d6fd14cff 100644 --- a/js/ui/dash.js +++ b/js/ui/dash.js @@ -793,8 +793,8 @@ const Dash = new Lang.Class({ if (this._dragPlaceholder) { this._dragPlaceholder.animateOutAndDestroy(); this._dragPlaceholder = null; - this._dragPlaceholderPos = -1; } + this._dragPlaceholderPos = -1; }, handleDragOver : function(source, actor, x, y, time) {