Skip to content

Commit

Permalink
Merge release/1.113.0 into main
Browse files Browse the repository at this point in the history
  • Loading branch information
daxmobile authored Nov 8, 2024
2 parents 01686ef + 8ff72ae commit 76443f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Configuration/BuildNumber.xcconfig
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CURRENT_PROJECT_VERSION = 302
CURRENT_PROJECT_VERSION = 303
3 changes: 2 additions & 1 deletion DuckDuckGo/NavigationBar/View/AddressBarTextField.swift
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,8 @@ final class AddressBarTextField: NSTextField {
Logger.general.error("AddressBarTextField: Window not available")
return
}
guard suggestionWindow.isVisible else { return }

if !suggestionWindow.isVisible && selectedSuggestionViewModel == nil { return }

guard let selectedSuggestionViewModel else {
if let originalStringValue = suggestionContainerViewModel?.userStringValue {
Expand Down

0 comments on commit 76443f0

Please sign in to comment.