diff --git a/js/ui/dash.js b/js/ui/dash.js index 0de00a29c..64aed3f63 100644 --- a/js/ui/dash.js +++ b/js/ui/dash.js @@ -799,8 +799,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) {