fbjs icon indicating copy to clipboard operation
fbjs copied to clipboard

IE 11 fix getText reporting a data transfer type of 'Text'

Open mindlink opened this issue 5 years ago • 0 comments

In IE10 the data transfer types are empty, but in IE11 they are specified as 'Text'.

This means that the current implementation fails to get the text from the data transfer object in IE11, but this is easily fixed by checking if the data transfer types contain the special IE11 type.

mindlink avatar Sep 02 '20 12:09 mindlink