Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: multi screen window show #450

Closed
wants to merge 13 commits into from
Closed
Prev Previous commit
Next Next commit
feat: remove start query screen when floating window close
  • Loading branch information
AkaShark committed Mar 12, 2024
commit 68b2648e328606125b967944011a295f456a21cb
Original file line number Diff line number Diff line change
@@ -931,6 +931,9 @@ - (void)closeFloatingWindow {
NSNumber *windowType = @(self.floatingWindowType);
[self.floatingWindowTypeArray removeObject:windowType];
[self.floatingWindowTypeArray insertObject:windowType atIndex:1];

// clear start quert screen
EZCoordinateUtils.startQueryScreen = nil;
}

/// Close floating window, except main window.