Sawyer Blatz 5 years ago committed by GitHub
parent 301b057d02
commit 61bb1ef218

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

Loading…
Cancel
Save