fix: unavailable action log

This commit is contained in:
Gabe
2025-11-15 21:09:24 +08:00
parent c4ccdba268
commit 731d360323

View File

@@ -246,6 +246,8 @@ export default class TranslatorManager {
}
#processActions({ action, args } = {}, fromExt = false) {
if (!action) return;
if (!fromExt) {
sendIframeMsg(action, args);
}