From 9bdba2413e72af2398f23a55e4e5d5c897e2d45a Mon Sep 17 00:00:00 2001 From: rpm-build Date: Jan 13 2021 16:11:00 +0000 Subject: 0001-workspace-Pass-device-to-startDrag.patch patch_name: 0001-workspace-Pass-device-to-startDrag.patch present_in_specfile: true location_in_specfile: 28 --- 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');