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 47a4f58 commit a22611bCopy full SHA for a22611b
src/components/table/helpers/mixin-thead.js
@@ -40,7 +40,7 @@ export default {
40
} else if (filterEvent(e)) {
41
// clicked on a non-disabled control so ignore
42
return
43
- } else if (textSelectionActive()) {
+ } else if (textSelectionActive(this.$el)) {
44
// User is selecting text, so ignore
45
/* istanbul ignore next: JSDOM doesn't support getSelection() */
46
0 commit comments