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
When deleting the first shortcut, the second one is also deleted. Eample
a
The text was updated successfully, but these errors were encountered:
Relevant code:
shortkeys/app/options/options.vue
Lines 253 to 256 in 83750b2
Should probably be changed to regular reference equality, if that works:
- onConfirm: () => this.keys = this.keys.filter(curKey => key.key !== curKey.key) + onConfirm: () => this.keys = this.keys.filter(curKey => key !== curKey)
Sorry, something went wrong.
No branches or pull requests
When deleting the first shortcut, the second one is also deleted.
Eample
a
for site Aa
for site BThe text was updated successfully, but these errors were encountered: