Skip to content

Commit

Permalink
fix(vuex history): don't inspect mutation which is being commited
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Sep 16, 2018
1 parent d26e4f9 commit f1d246d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devtools/views/vuex/VuexHistory.vue
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
<a
v-tooltip="'Commit This Mutation'"
class="action action-commit"
@click="commit(entry)"
@click="commit(entry);$event.stopImmediatePropagation()"
>
<VueIcon
class="medium"
Expand Down

0 comments on commit f1d246d

Please sign in to comment.