-
Notifications
You must be signed in to change notification settings - Fork 150
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: editorInterface methods do not reset custom sidebar anymore #175
Conversation
76b0b7d
to
264987d
Compare
Codecov Report
@@ Coverage Diff @@
## master #175 +/- ##
==========================================
+ Coverage 84.72% 88.68% +3.95%
==========================================
Files 84 84
Lines 2330 2244 -86
Branches 272 259 -13
==========================================
+ Hits 1974 1990 +16
+ Misses 270 201 -69
+ Partials 86 53 -33
Continue to review full report at Codecov.
|
264987d
to
c63c4dc
Compare
c63c4dc
to
f6976ff
Compare
@Khaledgarbaya I think it's quite accurate at the moment. In this PR we're addressing the problem that the tool does what is not intended to happen (rewrites There will be an another PR which adds possibility to |
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.
LGTM
🎉 This PR is included in version 0.17.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Summary
Fixes #173
Description
editorInterface
payload can have custom sidebar configuration saved. Currently all related methods just overridesidebar
configuration. This PR fixes the behavior, so ifsidebar
configuration isn't overwritten if present in the initial payload.