From 5d386d63e2ad3d67d42130530fe59c6cec42048a Mon Sep 17 00:00:00 2001 From: shy Date: Thu, 22 Feb 2024 11:27:13 +0800 Subject: [PATCH] add some --- core/chat/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/chat/script.js b/core/chat/script.js index 8bf77ec0..09224dbc 100644 --- a/core/chat/script.js +++ b/core/chat/script.js @@ -37,7 +37,7 @@ Volcanos(chat.ONACTION, { sub.onexport.output = function() { can.page.style(can, sub._output, html.HEIGHT, "", html.MAX_HEIGHT, "") if (done) { return } done = true, action(true) } - tr._sub = sub + tr && (tr._sub = sub) // msg.Option(ctx.STYLE) == html.HIDE || can.onmotion.delay(can, function() { can.onmotion.scrollIntoView(can, sub._target) }, 300) }) },