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 6c801bd commit e3394ccCopy full SHA for e3394cc
apps/messagegui/app.js
@@ -392,6 +392,8 @@ function showMessage(msgid, persist) {
392
}
393
lines = g.setFont(bodyFont).wrapString(body, w);
394
395
+ // By this point, `title` must be a string and `lines` must be an array of strings.
396
+ // Either or both can be empty, but neither can be `undefined` (#3969).
397
let negHandler,posHandler,rowLeftDraw,rowRightDraw;
398
if (msg.negative) {
399
negHandler = ()=>{
0 commit comments