Skip to content

Commit

Permalink
Merge branch 'dev' into service_api_key_config
Browse files Browse the repository at this point in the history
  • Loading branch information
tisfeng authored Feb 4, 2024
2 parents 0a3b126 + 8251db7 commit dbf9177
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -435,11 +435,6 @@ - (void)showFloatingWindow:(EZBaseQueryWindow *)window atPoint:(CGPoint)point {
[window.queryViewController focusInputTextView];

[self updateFloatingWindowType:window.windowType];

// mainWindow has been ordered out before, so we need to order back.
if ([EZMainQueryWindow isAlive]) {
[self.mainWindow orderBack:nil];
}
}

- (void)updateFloatingWindowType:(EZWindowType)floatingWindowType {
Expand Down

0 comments on commit dbf9177

Please sign in to comment.