mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-01 04:13:28 +01:00
Avoid error if nextmatch dynheight was not created
This commit is contained in:
parent
95fec57412
commit
71b38566e5
@ -407,7 +407,10 @@ export class et2_nextmatch extends et2_DOMWidget implements et2_IResizeable, et2
|
||||
{
|
||||
this.controller.destroy();
|
||||
}
|
||||
if(this.dynheight)
|
||||
{
|
||||
this.dynheight.destroy();
|
||||
}
|
||||
|
||||
super.destroy();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user