mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Fix #1184: handle swipes properly
This commit is contained in:
@@ -479,7 +479,7 @@ var dtpOverview = Utils.defineClass({
|
||||
});
|
||||
Main.overview._overview.add_action(this._clickAction);
|
||||
|
||||
[Main.overview.viewSelector._workspacesDisplay].concat(views).forEach(v => {
|
||||
[Main.overview.viewSelector._workspacesDisplay].concat(views.map(v => v.view)).forEach(v => {
|
||||
if (v._swipeTracker) {
|
||||
this._signalsHandler.addWithLabel('clickToExit', [
|
||||
v._swipeTracker,
|
||||
|
||||
Reference in New Issue
Block a user