Skip to content

Commit a22611b

Browse files
authored
Update mixin-thead.js
1 parent 47a4f58 commit a22611b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default {
4040
} else if (filterEvent(e)) {
4141
// clicked on a non-disabled control so ignore
4242
return
43-
} else if (textSelectionActive()) {
43+
} else if (textSelectionActive(this.$el)) {
4444
// User is selecting text, so ignore
4545
/* istanbul ignore next: JSDOM doesn't support getSelection() */
4646
return

0 commit comments

Comments
 (0)