mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-31 19:19:43 +01:00
Only wait for nm header widgets, not all the rows that just get removed.
see 0b8c108279
This commit is contained in:
parent
044538ae09
commit
fd253b10f5
@ -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
|
// Wait a bit. header.setFilters() can cause webComponents to update, so we want to wait for that
|
||||||
let wait = [];
|
let wait = [];
|
||||||
this.iterateOver(w =>
|
this.header.iterateOver(w =>
|
||||||
{
|
{
|
||||||
if(typeof w.updateComplete != "undefined")
|
if(typeof w.updateComplete != "undefined")
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user