-
Notifications
You must be signed in to change notification settings - Fork 247
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: force height for descr and location #6706
Conversation
Signed-off-by: greta <gretadoci@gmail.com>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6706 +/- ##
============================================
+ Coverage 23.02% 28.79% +5.77%
- Complexity 475 950 +475
============================================
Files 252 294 +42
Lines 12101 14391 +2290
Branches 2307 2308 +1
============================================
+ Hits 2786 4144 +1358
- Misses 8989 9921 +932
Partials 326 326
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@@ -109,6 +109,7 @@ | |||
:is-read-only="isReadOnly" | |||
:prop-model="rfcProps.description" | |||
:value="description" | |||
:is-description="true" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this change is needed, because when you click the textarea it jumbs to a smaller size, and i fixed it some time ago for simple editor and forgot to add it here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good but didn't test
/backport to stable5.0 |
the problem

fixed