docs(copy-tex): Remove outdated Edge warning (#2917)

Edge now supports putting both ASCII and HTML in the clipboard.

Fixes #2912
This commit is contained in:
Erik Demaine
2021-04-08 15:17:40 -04:00
committed by GitHub
parent b4cbf1f171
commit 48806364d9

View File

@@ -44,11 +44,6 @@ ECMAScript module is also available:
This extension has been tested on Chrome, Firefox, Edge, and Safari.
Microsoft Edge
[does not seem to support](https://developer.microsoft.com/en-us/microsoft-edge/platform/status/clipboardapi/)
text and HTML content in a single clipboard. In this browser, this extension
will just put the text content into the clipboard.
Safari copies correctly, but the selection rectangle renders strangely
(too big) when interacting with display math
(because of the `user-select: all` CSS).