-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Bugfix FXIOS-11279 - [Toolbar Redesign] Selecting any search suggestion doesn't open google with new tab with custom URL #24611
Conversation
@Mergifyio backport release/v135 |
✅ Backports have been created
|
@@ -4252,10 +4252,23 @@ extension BrowserViewController: KeyboardHelperDelegate { | |||
|
|||
private func finishEditionMode() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should rename this function to cancelEditingMode()
to align with naming of other methods.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, one small suggestion
…uggestion-does-not-open-google-with-new-tab-with-custom-URL
📜 Tickets
Jira ticket
Github issue
💡 Description
Video
video.MP4
📝 Checklist
You have to check all boxes before merging
@Mergifyio backport release/v120
)