Skip to content

Commit 93c1ea3

Browse files
author
thyttan
committed
messagegui: retain persist bool info on scroller reinit
1 parent 2a20fd5 commit 93c1ea3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/messagegui/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ function showMessagesScroller(msg, persist, alreadyProcessed) {
392392
E.showScroller();
393393
clearBtnHandler();
394394
showMessagesScroller(MESSAGES[idx],
395-
true, alreadyProcessed);
395+
persist, alreadyProcessed);
396396
},0);
397397
}, 40);
398398
}

0 commit comments

Comments
 (0)