flowjs/flow.js

document.selection

Closed this issue · 1 comments

vvkee commented

In IE9.

document.selection.createRange()

I get error

const file = document.selection.createRange().text
                                   ^^^^^^^^^ property `selection`. Property not found in
 47:         const file = document.selection.createRange().text
                          ^^^^^^^^ Document

wrong repo