mirror of https://github.com/ElemeFE/element
Table: stop event propagation for checkbox (#13369)
parent
fb4ba161a1
commit
bf7bb4b6f5
|
@ -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');
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue