We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 261b076 commit 0fb1355Copy full SHA for 0fb1355
1 file changed
src/App.vue
@@ -82,7 +82,7 @@ window.__page.onPluginDetached(() => {
82
mainResult.value?.onPluginDetached()
83
})
84
window.__page.onDetachWindowClosed(async () => {
85
- if (await manager.isMainWindowShown() && !manager.activePlugin) {
+ if (!manager.activePlugin) {
86
await manager.detachWindowActionsRefresh()
87
}
88
0 commit comments