mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Fix X11 input regions
This commit is contained in:
@@ -479,7 +479,10 @@ export const Intellihide = class {
|
||||
this._timeoutsHandler.add([
|
||||
T3,
|
||||
POST_ANIMATE_MS,
|
||||
() => this._queueUpdatePanelPosition(),
|
||||
() => {
|
||||
Main.layoutManager._queueUpdateRegions()
|
||||
this._queueUpdatePanelPosition()
|
||||
},
|
||||
])
|
||||
|
||||
if (immediate) {
|
||||
|
||||
Reference in New Issue
Block a user