You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can't copy and paste text in the editor in IE 11.
The following code in epiceditor.js no longer works because 'selection' is no longer supported and 'createRange' is no longer supported on the getSelection() replacement:
The change works (or more likely, has no affect) on chrome and FF. The new
code (bold) only runs if a JS error would have been thrown in the original
case, so it can't be any worse (not fantastic testing, I admit). I'll
consider a PR, but am not sure I'll get to it any time soon.
You can't copy and paste text in the editor in IE 11.
The following code in epiceditor.js no longer works because 'selection' is no longer supported and 'createRange' is no longer supported on the getSelection() replacement:
I played around a little and this seems to work. May not be the best way but...
The text was updated successfully, but these errors were encountered: