From 023b49d0509603d3e90525e995394e490705aa6e Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sun, 16 Mar 2025 15:37:40 -0700 Subject: [PATCH] docs(copy-button): remove note on compatability --- docs/src/pages/components/CopyButton.svx | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/src/pages/components/CopyButton.svx b/docs/src/pages/components/CopyButton.svx index a450d6b7..d13e7caa 100644 --- a/docs/src/pages/components/CopyButton.svx +++ b/docs/src/pages/components/CopyButton.svx @@ -5,8 +5,6 @@ This component uses the native, asynchronous [Clipboard API](https://developer.mozilla.org/en-US/docs/Web/API/Clipboard/writeText) to copy text. -Please note that the `clipboard.writeText` API is not supported in [IE 11 nor Safari iOS version 13.3 or lower](https://caniuse.com/mdn-api_clipboard_writetext). - You can override the default copy functionality with your own implementation. See [Overriding copy functionality](#overriding-copy-functionality). ## Default