Skip to content

Commit e3c01f3

Browse files
authored
lint
1 parent 6bf5d67 commit e3c01f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/table/helpers/text-selection-active.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
import { isElement } from '../../../utils/dom'
88

9-
/* istanbul ignore next: JSDOM doesn't support getSelection */
9+
/* istanbul ignore next: JSDOM doesn't support getSelection */
1010
export default function textSelectionActive(el = document) {
1111
const win = window
1212
if (win && win.getSelection && win.getSelection().toString() !== '' && isElement(el)) {

0 commit comments

Comments
 (0)