mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 01:29:05 +01:00
directly return from applyFilters() if the NM controller is not (yet) instantiated
This commit is contained in:
parent
f699c36a47
commit
d9c28d5a1e
@ -618,7 +618,7 @@ export class et2_nextmatch extends et2_DOMWidget implements et2_IResizeable, et2
|
||||
let keep_selection = false;
|
||||
|
||||
// Avoid loops cause by change events
|
||||
if(this.update_in_progress) return;
|
||||
if(this.update_in_progress || !this.controller) return;
|
||||
this.update_in_progress = true;
|
||||
|
||||
// Cleared explicitly
|
||||
|
Loading…
Reference in New Issue
Block a user