We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
full-stack-template/client/src/components/feature-flags/FeatureFlagManager.tsx
Line 21 in c071d95
At least firefox on linux reports Control instead of Meta
The text was updated successfully, but these errors were encountered:
https://github.com/TaitoUnited/full-stack-template/blob/c071d951aae7fba4210d1aae23d595c93ca663f2/client/src/utils/observe.ts#L63C16-L63C16
instead of this we can check altKey, ctrlKey, metaKey fields from the key event.
altKey, ctrlKey, metaKey
Sorry, something went wrong.
No branches or pull requests
full-stack-template/client/src/components/feature-flags/FeatureFlagManager.tsx
Line 21 in c071d95
At least firefox on linux reports Control instead of Meta
The text was updated successfully, but these errors were encountered: