diff --git a/js/ui/workspace.js b/js/ui/workspace.js index 9c58861..d3679b4 100644 --- a/js/ui/workspace.js +++ b/js/ui/workspace.js @@ -383,7 +383,7 @@ var WindowClone = class { return; let [x, y] = action.get_coords(); action.release(); - this._draggable.startDrag(x, y, global.get_current_time(), this._dragTouchSequence); + this._draggable.startDrag(x, y, global.get_current_time(), this._dragTouchSequence, event.get_device()); }); } else { this.emit('show-chrome');