mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-21 02:18:28 +02:00
Only wait for nm header widgets, not all the rows that just get removed.
see 0b8c1082790dba02da7048205fbe044e380668d8
This commit is contained in:
parent
9c77f34c42
commit
aa38a5f8a7
@ -741,7 +741,7 @@ export class et2_nextmatch extends et2_DOMWidget implements et2_IResizeable, et2
|
||||
|
||||
// Wait a bit. header.setFilters() can cause webComponents to update, so we want to wait for that
|
||||
let wait = [];
|
||||
this.iterateOver(w =>
|
||||
this.header.iterateOver(w =>
|
||||
{
|
||||
if(typeof w.updateComplete != "undefined")
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user