forked from extern/egroupware
I guess template needs to stick around, even though it's freed
This commit is contained in:
parent
78b1fffc81
commit
681be3af08
@ -1100,8 +1100,7 @@ var et2_nextmatch = et2_DOMWidget.extend([et2_IResizeable, et2_IInput],
|
||||
return;
|
||||
}
|
||||
|
||||
// Free the template again, it's no longer needed
|
||||
this.removeChild(template);
|
||||
// Free the template again, but don't remove it
|
||||
template.free();
|
||||
|
||||
// Call the "setNextmatch" function of all registered
|
||||
|
Loading…
Reference in New Issue
Block a user