Keep spread opened when dragging file over icon

This commit is contained in:
Charles Gagnon
2025-02-12 21:48:18 -05:00
parent cb0648ed54
commit f874553c68

View File

@@ -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
}