Commit bf7bb4b6 authored by hetech's avatar hetech Committed by GitHub

Table: stop event propagation for checkbox (#13369)

parent fb4ba161
...@@ -302,7 +302,8 @@ export default { ...@@ -302,7 +302,8 @@ export default {
return classes.join(' '); return classes.join(' ');
}, },
toggleAllSelection() { toggleAllSelection(event) {
event.stopPropagation();
this.store.commit('toggleAllSelection'); this.store.commit('toggleAllSelection');
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment