We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f137e commit 2e7f737Copy full SHA for 2e7f737
apps/messagegui/app.js
@@ -282,7 +282,7 @@ function showMessagesScroller(msg) {
282
const FONT_HEIGHT = g.getFontHeight();
283
let initScroll;
284
var titleLines = [];
285
- let allLines = [];
+ let allLines = [""];
286
let firstTitleLinePerMsg = [];
287
let footerImgNeg, footerImgPos;
288
for (let i=0 ; i<MESSAGES.length ; i++) {
0 commit comments