-
Notifications
You must be signed in to change notification settings - Fork 12
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
Docdiff should not apply the 'd' hotkey in textareas #205
Comments
We're still spotting this kedro-org/kedro#3371 (comment) |
@astrojuanlu thanks for commenting here pointing out to a reproducible example. I think the issue you are hitting is similar to the one this issue mentions and it was solved in I double checked the code and it seems it's correct: https://github.com/readthedocs/addons/blob/main/src/hotkeys.js#L58-L63 Once I fix the 0.9.0, I will do another one that once deployed it should solve the issue you are experimenting. I'm targeting this release to next Tuesday. If you want, I can disable the "hotkeys addons" in your project now as an immediate workaround. Let me know. I'll keep you posted otherwise 👍🏼 |
Thanks! cc @rashidakanchwala |
I just merged #208 which solves the issue with the previous release and I've deployed 0.9.1 with the fix for this. I just tested your project at https://rashida-test-kedro.readthedocs.io/en/latest/ and I was able to type the I'd appreciate any other feedback you may have in the future 🙏🏼 |
Docdiff doesn't apply the
d
hotkey when typing in<input>
fields but should apply similar checks to<textarea>
fields.addons/src/hotkeys.js
Lines 49 to 69 in ff8baf2
You can see this bug in the notes field on ethicalads.io where the 'd' character cannot be typed.
The text was updated successfully, but these errors were encountered: