From 888e97f7c5dae686fd374f290df6f4f4b8f0385e Mon Sep 17 00:00:00 2001 From: Leilei332 Date: Tue, 28 Jan 2025 20:42:21 +0800 Subject: [PATCH] Fix 8915 --- core/modules/startup/rootwidget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/startup/rootwidget.js b/core/modules/startup/rootwidget.js index 8496b48dfda..95e902db655 100644 --- a/core/modules/startup/rootwidget.js +++ b/core/modules/startup/rootwidget.js @@ -79,7 +79,7 @@ exports.startup = function() { successNotification: event.paramObject && event.paramObject.successNotification, failureNotification: event.paramObject && event.paramObject.failureNotification, plainText: event.paramObject && event.paramObject.plainText - },event.paramObject.type); + },event.paramObject && event.paramObject.type); }); // Install the tm-focus-selector message $tw.rootWidget.addEventListener("tm-focus-selector",function(event) {