Skip to content

Commit 806a2ec

Browse files
authored
Update mixin-selectable.js
1 parent 641c2d3 commit 806a2ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ export default {
105105
selectionHandler(item, index, evt) {
106106
if (!this.selectable) {
107107
// Don't do anything if table is not in selectable mode
108+
/* istanbul ignore next: should never happen */
108109
this.clearSelected()
109110
return
110111
}

0 commit comments

Comments
 (0)