diff --git a/DuckDuckGo/MainViewController.swift b/DuckDuckGo/MainViewController.swift index 8a51278c6f..feea5cbab8 100644 --- a/DuckDuckGo/MainViewController.swift +++ b/DuckDuckGo/MainViewController.swift @@ -1814,7 +1814,7 @@ extension MainViewController: OmniBarDelegate { func onOmniQueryUpdated(_ updatedQuery: String) { if updatedQuery.isEmpty { - if newTabPageViewController != nil { + if newTabPageViewController != nil || !omniBar.textField.isEditing { hideSuggestionTray() } else { let didShow = tryToShowSuggestionTray(.favorites)