diff --git a/view/js/main.js b/view/js/main.js index 6e547b576..eed1a21f1 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -1689,11 +1689,10 @@ const autoExpand = (function () { // Wait between iterations to allow UI to update if (newButtonsFound) { + iteration++; await new Promise(res => setTimeout(res, 700)); } - iteration++; - } while (newButtonsFound); console.log('All replies loaded!');