mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
docs(code-snippet): remove note on compatibility
This commit is contained in:
parent
49d961bbb5
commit
d67b3e0a84
1 changed files with 0 additions and 2 deletions
|
@ -29,8 +29,6 @@ let comment = `
|
|||
|
||||
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).
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue