diff --git a/js/ui/workspace.js b/js/ui/workspace.js index 519e9b809..1d48bfd98 100644 --- a/js/ui/workspace.js +++ b/js/ui/workspace.js @@ -370,6 +370,7 @@ const WindowClone = new Lang.Class({ if (this._selected) return; let [x, y] = action.get_coords(); + action.release(); this._draggable.startDrag(x, y, global.get_current_time()); })); }