Skip to content

Commit 0400fe5

Browse files
fix grid keyboard navigation
1 parent ccfa79e commit 0400fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/patterns/grid/grid-pattern.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ <h3>Editing and Navigating Inside a Cell</h3>
346346
Otherwise, passes the key event to the focused widget.
347347
</li>
348348
<li>
349-
<kbd>Left Arrow</kbd> or <kbd>Up Arrow</kbd>: If the cell contains multiple widgets, moves focus to the previous widget inside the cell, optionally wrapping to the first widget if focus is on the last widget.
349+
<kbd>Left Arrow</kbd> or <kbd>Up Arrow</kbd>: If the cell contains multiple widgets, moves focus to the previous widget inside the cell, optionally wrapping to the last widget if focus is on the first widget.
350350
Otherwise, passes the key event to the focused widget.
351351
</li>
352352
<li>

0 commit comments

Comments
 (0)