Update new analysis list construction

This commit is contained in:
Stephan Porada
2020-01-30 14:23:19 +01:00
parent da4cc75943
commit d36598bdda
2 changed files with 9 additions and 6 deletions

View File

@ -382,7 +382,7 @@
}
resultList.add(resultItems, items => {
for (let item of items) {
item.elm = resultList.createResultRowElement(item);}
item.elm = resultList.createResultRowElement(item, chunk);}
});
resultList.update();
});