-
Notifications
You must be signed in to change notification settings - Fork 242
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
Improve loading routine of editors #2528
Conversation
This assures that the textarea will always have the correct size, even when used in the appsidebar. Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Codecov Report
@@ Coverage Diff @@
## master #2528 +/- ##
============================================
+ Coverage 30.00% 30.04% +0.04%
- Complexity 103 116 +13
============================================
Files 149 153 +4
Lines 5356 5451 +95
Branches 802 803 +1
============================================
+ Hits 1607 1638 +31
- Misses 3749 3813 +64
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
d431728
to
b16f5b7
Compare
We should add more detailed error messages later, like:
But that's something for a follow up PR :) |
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.
Works as it should. Just a minor comment.
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
b16f5b7
to
a77df0c
Compare
fixes #2459
fixes #2187
also removes the ugly v-if/v-show hack.