forked from Shopify/polaris
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IndexTable.Row] Revert selectable=false early return, which break on… (
Shopify#11773) ### WHAT is this pull request doing? This PR reverts a change made in Shopify#11763, unrelated to the bug fixed, that caused an unintended regression: breaking `onNavigation` behavior for unselectable tables. This needs to ship in a patch asap because it is live in v12.20.0.
- Loading branch information
Showing
2 changed files
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@shopify/polaris': patch | ||
--- | ||
|
||
Reverted a change that caused `IndexTable` `onNavigation` not to work when `selectable` is `false` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters