Skip to content

Commit 2ed8a6e

Browse files
authored
Update mixin-tbody-row.js
1 parent 1b8a57f commit 2ed8a6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/table/helpers/mixin-tbody-row.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export default {
8484
} else if (filterEvent(e)) {
8585
// clicked on a non-disabled control so ignore
8686
return
87-
} else if (textSelectionActive()) {
87+
} else if (textSelectionActive(this.$el)) {
8888
// User is selecting text, so ignore
8989
/* istanbul ignore next: JSDOM doesn't support getSelection() */
9090
return

0 commit comments

Comments
 (0)