mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Call chrome updateRegions on visible only
This commit is contained in:
@@ -500,7 +500,10 @@ export const Intellihide = class {
|
||||
transition: 'easeOutQuad',
|
||||
onComplete: () => {
|
||||
this._panelBox.visible = !destination
|
||||
Main.layoutManager._queueUpdateRegions()
|
||||
|
||||
if (this._panelBox.visible)
|
||||
Main.layoutManager._queueUpdateRegions()
|
||||
|
||||
update()
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user