mirror of
https://github.com/zenorocha/clipboard.js.git
synced 2023-08-10 21:12:48 +03:00
Change Ctrl+C to ⌘C, because Safari.
This commit is contained in:
parent
02c44d4a17
commit
ac184d4182
@ -160,7 +160,7 @@ This library relies on both [Selection](https://developer.mozilla.org/en-US/docs
|
||||
|
||||
Although copy/cut operations with [execCommand](https://developer.mozilla.org/en-US/docs/Web/API/Document/execCommand) aren't supported on Safari yet (including mobile), it gracefully degrades because [Selection](https://developer.mozilla.org/en-US/docs/Web/API/Selection) is supported.
|
||||
|
||||
That means you can show a tooltip saying `Copied!` when `success` event is called and `Press Ctrl+C to copy` when `error` event is called because the text is already selected.
|
||||
That means you can show a tooltip saying **Copied!** when `success` event is called and **Press ⌘C to copy** when `error` event is called because the text is already selected.
|
||||
|
||||
For a live demonstration, open this [site](https://zenorocha.github.io/clipboard.js/) on Safari.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user