mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Additional fix for 9fb4c0ab9a
to handle error from historylog
This commit is contained in:
parent
4c15df70a0
commit
8e3d438ee0
@ -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