diff --git a/js/ui/workspace.js b/js/ui/workspace.js index 4607f3981..eb24e2538 100644 --- a/js/ui/workspace.js +++ b/js/ui/workspace.js @@ -380,6 +380,8 @@ var WindowClone = new Lang.Class({ action.release(); this._draggable.startDrag(x, y, global.get_current_time(), this._dragTouchSequence); })); + } else { + this.emit('show-chrome'); } return true; },