Skip to content

Commit

Permalink
fix: revert self.mainWindow close commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AkaShark committed Dec 30, 2023
1 parent 4c93a3a commit 28d3b22
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,6 @@ - (void)showFloatingWindow:(EZBaseQueryWindow *)window atPoint:(CGPoint)point {
// mainWindow has been ordered out before, so we need to order back.
if ([EZMainQueryWindow isAlive]) {
[self.mainWindow orderBack:nil];
[self.mainWindow close];
}
}

Expand Down

0 comments on commit 28d3b22

Please sign in to comment.