We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82d6bc2 commit 2f53128Copy full SHA for 2f53128
src/components/table/helpers/mixin-selectable.js
@@ -103,10 +103,12 @@ export default {
103
this[method]('context-changed', this.clearSelected)
104
},
105
selectionHandler(item, index, evt) {
106
+ /* istanbul ignore if: should never happen */
107
if (!this.selectable) {
108
// Don't do anything if table is not in selectable mode
109
/* istanbul ignore next: should never happen */
110
this.clearSelected()
111
+ /* istanbul ignore next: should never happen */
112
return
113
}
114
let selectedRows = this.selectedRows.slice()
0 commit comments