Update Guide menu detection

This commit is contained in:
redphx
2024-06-10 08:03:13 +07:00
parent 00ebb3f672
commit 3a16187504
2 changed files with 12 additions and 9 deletions

View File

@@ -66,8 +66,8 @@ export namespace BxEvent {
}
}
AppInterface && AppInterface.onEvent(eventName);
target.dispatchEvent(event);
AppInterface && AppInterface.onEvent(eventName);
}
}