-
Notifications
You must be signed in to change notification settings - Fork 84
show save button in ide when dirtyflag is sent to parent #1594
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
base: master
Are you sure you want to change the base?
show save button in ide when dirtyflag is sent to parent #1594
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #1594 +/- ##
==========================================
+ Coverage 66.93% 66.98% +0.05%
==========================================
Files 197 198 +1
Lines 21827 22228 +401
Branches 4817 4914 +97
==========================================
+ Hits 14609 14890 +281
- Misses 7218 7338 +120 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
c2b7655
to
c475270
Compare
@@ -61,9 +61,7 @@ | |||
flat | |||
no-caps | |||
@click="saveChanges" | |||
v-if=" | |||
this.$store.state.zap.saveButtonVisible && this.$store.state.zap.isDirty | |||
" |
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.
If saveButtonVisible
and isDirty
is not used in other places, after they are deleted, their related code to define or set their value should be removed too
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.
I agree, thanks
No description provided.