We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f03f038 commit e12bbd6Copy full SHA for e12bbd6
docs/guide/widgets.md
@@ -195,7 +195,7 @@ See the [style reference](../styles/index.md) for details.
195
Widgets can have a list of associated key [bindings](../guide/input.md#bindings),
196
which let them call [actions](../guide/actions.md) in response to key presses.
197
198
-A widget is only able to handle key presses if it or one of its descendants has [focus](../guide/input.md#input-focus).
+A widget is able to handle key presses if it or one of its descendants has [focus](../guide/input.md#input-focus).
199
200
To demonstrate, let's design a simple interactive counter widget which can be incremented and decremented using the keyboard.
201
0 commit comments