Silence eslint

This commit is contained in:
Jos de Jong 2020-09-23 08:20:26 +02:00
parent 6fb6bc68e6
commit d88936b9dc
1 changed files with 1 additions and 0 deletions

View File

@ -153,6 +153,7 @@ export function searchAsync (searchText, doc, { onProgress, onDone }) {
onProgress(results)
}
await tick() // TODO: be able to wait longer than just one tick? So the UI stays fully responsive?
// eslint-disable-next-line no-unmodified-loop-condition
} while (!cancelled && !next.done)
if (next.done) {