fix: unavailable action log
This commit is contained in:
@@ -246,6 +246,8 @@ export default class TranslatorManager {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#processActions({ action, args } = {}, fromExt = false) {
|
#processActions({ action, args } = {}, fromExt = false) {
|
||||||
|
if (!action) return;
|
||||||
|
|
||||||
if (!fromExt) {
|
if (!fromExt) {
|
||||||
sendIframeMsg(action, args);
|
sendIframeMsg(action, args);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user