Skip to content

Commit 2f53128

Browse files
authored
Update mixin-selectable.js
1 parent 82d6bc2 commit 2f53128

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/components/table/helpers/mixin-selectable.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,12 @@ export default {
103103
this[method]('context-changed', this.clearSelected)
104104
},
105105
selectionHandler(item, index, evt) {
106+
/* istanbul ignore if: should never happen */
106107
if (!this.selectable) {
107108
// Don't do anything if table is not in selectable mode
108109
/* istanbul ignore next: should never happen */
109110
this.clearSelected()
111+
/* istanbul ignore next: should never happen */
110112
return
111113
}
112114
let selectedRows = this.selectedRows.slice()

0 commit comments

Comments
 (0)