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 6bf5d67 commit e3c01f3Copy full SHA for e3c01f3
src/components/table/helpers/text-selection-active.js
@@ -6,7 +6,7 @@
6
7
import { isElement } from '../../../utils/dom'
8
9
-/* istanbul ignore next: JSDOM doesn't support getSelection */
+/* istanbul ignore next: JSDOM doesn't support getSelection */
10
export default function textSelectionActive(el = document) {
11
const win = window
12
if (win && win.getSelection && win.getSelection().toString() !== '' && isElement(el)) {
0 commit comments