fix: Reset MinApp onClose handler when closing the app
This commit is contained in:
parent
adfea253d7
commit
53e5a3bf76
@ -257,5 +257,6 @@ export default class MinApp {
|
|||||||
TopView.hide('MinApp')
|
TopView.hide('MinApp')
|
||||||
store.dispatch(setMinappShow(false))
|
store.dispatch(setMinappShow(false))
|
||||||
MinApp.app = null
|
MinApp.app = null
|
||||||
|
MinApp.onClose = () => {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user