Only wait for nm header widgets, not all the rows that just get removed.

see 0b8c108279
This commit is contained in:
nathan 2023-03-17 08:26:58 -06:00
parent 9c77f34c42
commit aa38a5f8a7

View File

@ -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")
{