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 1b8a57f commit 2ed8a6eCopy full SHA for 2ed8a6e
src/components/table/helpers/mixin-tbody-row.js
@@ -84,7 +84,7 @@ export default {
84
} else if (filterEvent(e)) {
85
// clicked on a non-disabled control so ignore
86
return
87
- } else if (textSelectionActive()) {
+ } else if (textSelectionActive(this.$el)) {
88
// User is selecting text, so ignore
89
/* istanbul ignore next: JSDOM doesn't support getSelection() */
90
0 commit comments