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