mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Keep spread opened when dragging file over icon
This commit is contained in:
@@ -1718,7 +1718,7 @@ export const TaskbarAppIcon = GObject.registerClass(
|
||||
this.window
|
||||
? Main.activateWindow(this.window)
|
||||
: activateFirstWindow(this.app, this.monitor)
|
||||
} else this.dtpPanel.panelManager.showFocusedAppInOverview(this.app)
|
||||
} else this.dtpPanel.panelManager.showFocusedAppInOverview(this.app, true)
|
||||
|
||||
return DND.DragMotionResult.MOVE_DROP
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user