For #3251: Fixes shortcut typing (#3271)

nightly-build-test
Sawyer Blatz 5 years ago committed by GitHub
parent 054635735a
commit b2ca77269b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -131,7 +131,7 @@ class ToolbarUIView(
}
if (shouldClearSearchURL(it)) {
newState = SearchState("", "", it.isEditing, it.engine, it.focused)
newState = SearchState("", "", it.isEditing, it.engine, it.focused, it.isQueryUpdated)
}
// Need to set edit mode if the url value was cleared

Loading…
Cancel
Save