2
0
mirror of https://github.com/fork-maintainers/iceraven-browser synced 2024-11-17 15:26:23 +00:00
This commit is contained in:
Sawyer Blatz 2019-07-08 14:44:30 -07:00 committed by GitHub
parent 301b057d02
commit 61bb1ef218

View File

@ -139,7 +139,9 @@ class ToolbarUIView(
updateEditingState(newState)
}
if (!newState.focused) {
if (newState.focused) {
view.focus()
} else {
view.clearFocus()
}