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

Commit c6a2df2

Browse files
authored
Merge pull request #1590 from mahdiyeh-fs/fix_undefiened_css_on_destroy
Mahdiyeh/Fix: undefined css error when destroying a dialog
2 parents ef52553 + 4224181 commit c6a2df2

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)