Skip to content

Commit f1d246d

Browse files
author
Guillaume Chau
committed
fix(vuex history): don't inspect mutation which is being commited
1 parent d26e4f9 commit f1d246d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/devtools/views/vuex/VuexHistory.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
<a
105105
v-tooltip="'Commit This Mutation'"
106106
class="action action-commit"
107-
@click="commit(entry)"
107+
@click="commit(entry);$event.stopImmediatePropagation()"
108108
>
109109
<VueIcon
110110
class="medium"

0 commit comments

Comments
 (0)