mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-23 22:01:47 +01:00
Avoid error if nextmatch dynheight was not created
This commit is contained in:
parent
a2ebbcc8bb
commit
be583e67d8
@ -407,7 +407,10 @@ export class et2_nextmatch extends et2_DOMWidget implements et2_IResizeable, et2
|
|||||||
{
|
{
|
||||||
this.controller.destroy();
|
this.controller.destroy();
|
||||||
}
|
}
|
||||||
|
if(this.dynheight)
|
||||||
|
{
|
||||||
this.dynheight.destroy();
|
this.dynheight.destroy();
|
||||||
|
}
|
||||||
|
|
||||||
super.destroy();
|
super.destroy();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user