mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
fix tree doubles when you close and reopen admin tab, or any other tab which moves web-components into the sidebox menu
This commit is contained in:
parent
6e69f35fdc
commit
fc1d641093
@ -641,6 +641,9 @@ const Et2WidgetMixin = <T extends Constructor>(superClass : T) =>
|
|||||||
delete this._mgrs[key];
|
delete this._mgrs[key];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// if widget exists DOM-wise outside the parent, we need to explicitly remove it
|
||||||
|
if (this._parent_node) this.remove();
|
||||||
}
|
}
|
||||||
|
|
||||||
isInTree() : boolean
|
isInTree() : boolean
|
||||||
|
Loading…
Reference in New Issue
Block a user