1
0
Fork 0

For #3251: Fixes shortcut typing (#3271)

master
Sawyer Blatz 2019-06-07 15:07:46 -07:00 committed by GitHub
parent 054635735a
commit b2ca77269b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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