mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
On IE11, ClipboardData isn't defined; one can instead access it with `window.clipboardData`, but that doesn't support text/html, so this code path couldn't do anything special anyway. So we instead just let the default paste handler run on IE11. Fixes #8850.
8.6 KiB
8.6 KiB