-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
fix(Textarea): fix broken ctrl-z on firefox #3343
Conversation
💖 Thanks for opening this pull request! 💖 Here is a list of things that will help get it across the finish line:
We get a lot of pull requests on this repo, so please be patient and we will get back to you as soon as we can. |
In TextArea ctrl-z is currently broken on firefox if autoHeight is enabled. I feel like it might be a firefox bug but this workaround will make it work.
Codecov Report
@@ Coverage Diff @@
## master #3343 +/- ##
==========================================
+ Coverage 99.89% 99.89% +<.01%
==========================================
Files 170 170
Lines 2806 2807 +1
==========================================
+ Hits 2803 2804 +1
Misses 3 3
Continue to review full report at Codecov.
|
The issue is really strange 🤔 |
Released in |
In TextArea ctrl-z is currently broken on firefox if autoHeight is enabled.
I feel like it might be a firefox bug but this workaround will make it work.