mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
Additional fix for 9fb4c0ab9a
to handle error from historylog
This commit is contained in:
parent
58ed15b849
commit
5e5c858ae7
@ -349,7 +349,7 @@ export abstract class et2_DOMWidget extends et2_widget implements et2_IDOMNode
|
||||
{
|
||||
// Find the tab by DOM heritage
|
||||
// @ts-ignore
|
||||
if(tabbox.tabData[i].contentDiv?.contains(this.getDOMNode() || this))
|
||||
if(tabbox.tabData[i].contentDiv?.contains(this.getDOMNode(this) || this))
|
||||
{
|
||||
return tabbox.tabData[i];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user