Skip to content
This repository was archived by the owner on Feb 22, 2024. It is now read-only.

Commit 4224181

Browse files
fix undefined css error when destroying a dialog
1 parent 7173d83 commit 4224181

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/windows/tracker.es6

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,7 @@ export const track = (options, blankWindow) => {
231231
save_states();
232232
});
233233
blankWindow.on('dialogdestroy',() => {
234+
blankWindow.dialogExtend("restore");
234235
if(state.is_unique){
235236
delete states[state.module_id];
236237
}

0 commit comments

Comments
 (0)