Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TreeView: Ignore cmd/alt+arrow key events #3413

Merged
merged 2 commits into from
Jun 16, 2023
Merged

TreeView: Ignore cmd/alt+arrow key events #3413

merged 2 commits into from
Jun 16, 2023

Conversation

colebemis
Copy link
Contributor

@colebemis colebemis commented Jun 15, 2023

Ignore arrow key events when combined with cmd or alt keys to avoid interfering with native browser shortcuts.

Closes #2788

@changeset-bot
Copy link

changeset-bot bot commented Jun 15, 2023

🦋 Changeset detected

Latest commit: bdcc3fa

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
@primer/react Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@colebemis colebemis marked this pull request as ready for review June 15, 2023 06:43
@colebemis colebemis requested review from a team and langermank June 15, 2023 06:43
@github-actions
Copy link
Contributor

github-actions bot commented Jun 15, 2023

size-limit report 📦

Path Size
dist/browser.esm.js 101.88 KB (+0.01% 🔺)
dist/browser.umd.js 102.38 KB (+0.01% 🔺)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TreeView should not capture Alt+Left or Cmd+Left (browser navigate back shortcuts)
2 participants