mirror of
https://github.com/morgan9e/dash-to-panel
synced 2026-04-14 00:04:17 +09:00
Fix actor connect
This commit is contained in:
2
panel.js
2
panel.js
@@ -881,7 +881,7 @@ var dtpPanel = Utils.defineClass({
|
||||
this._disconnectVisibleId(actor);
|
||||
this._refreshVerticalAlloc();
|
||||
});
|
||||
actor._dtpDestroyId = connect('destroy', () => this._disconnectVisibleId(actor));
|
||||
actor._dtpDestroyId = actor.connect('destroy', () => this._disconnectVisibleId(actor));
|
||||
}
|
||||
|
||||
if (child) {
|
||||
|
||||
Reference in New Issue
Block a user