mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
feat: 执行之后回收BC
This commit is contained in:
parent
8acd4ca5a7
commit
da0fc105e9
@ -366,6 +366,7 @@ export async function dispatchGlobalEvent(eventName: string, data: any) {
|
||||
eventName,
|
||||
data
|
||||
});
|
||||
bc.close();
|
||||
}
|
||||
|
||||
export const getRendererEventListeners = () => {
|
||||
|
Loading…
Reference in New Issue
Block a user