Call AppInterface.onEvent()

This commit is contained in:
redphx 2024-03-15 10:25:50 +07:00
parent 447e93096b
commit d37a16169f

View File

@ -89,6 +89,7 @@ const BxEvent = {
}
}
window.AppInterface && window.AppInterface.onEvent(eventName);
target.dispatchEvent(event);
},
};