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
Kit 2.9.4
Consider this minimal repro:
import '@johnlindquist/kit' await arg('Test', [ { name: 'Test', actions: [ { name: 'Do something', onAction: () => console.log('Action executed'), shortcut: 'ctrl+j', }, ], }, ])
Steps:
Observe: Nothing happens. The action should have gotten invoked.
Observe: The action gets invoked
The text was updated successfully, but these errors were encountered:
The issue is even more severe in the editor, where custom actions are only available when the sidebar is open:
editor
Not visible in the screenshot, but navigating "Back" from the sidebar also doesn't help.
Sorry, something went wrong.
No branches or pull requests
Kit 2.9.4
Consider this minimal repro:
Carnac_kLWCMXco5O.mp4
Steps:
Observe: Nothing happens. The action should have gotten invoked.
Steps:
Observe: Nothing happens. The action should have gotten invoked.
Steps:
Observe: The action gets invoked
The text was updated successfully, but these errors were encountered: