mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 16:33:17 +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
cccbc98fd5
commit
392f579a38
@ -641,6 +641,9 @@ const Et2WidgetMixin = <T extends Constructor>(superClass : T) =>
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user