|
@@ -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');
|
|
},
|
|
},
|
|
|
|
|