Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/patterns/grid/grid-pattern.html
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ <h3>Editing and Navigating Inside a Cell</h3>
Otherwise, passes the key event to the focused widget.
</li>
<li>
<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.
<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.
Otherwise, passes the key event to the focused widget.
</li>
<li>
Expand Down
Loading