mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-15 19:20:47 +01:00
Only wait for nm header widgets, not all the rows that just get removed.
see 0b8c108279
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…
Reference in New Issue
Block a user