mirror of
https://github.com/zenorocha/clipboard.js.git
synced 2023-08-10 21:12:48 +03:00
Merge pull request #86 from whitj00/patch-1
replace 'an user' with 'a user'
This commit is contained in:
@@ -69,7 +69,7 @@ class ClipboardAction {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Only removes the fake element after another click event, that way
|
* Only removes the fake element after another click event, that way
|
||||||
* an user can hit `Ctrl+C` to copy because selection still exists.
|
* a user can hit `Ctrl+C` to copy because selection still exists.
|
||||||
*/
|
*/
|
||||||
removeFake() {
|
removeFake() {
|
||||||
if (this.fakeHandler) {
|
if (this.fakeHandler) {
|
||||||
|
|||||||
Reference in New Issue
Block a user