mirror of
https://github.com/zenorocha/clipboard.js.git
synced 2023-08-10 21:12:48 +03:00
replace 'an user' with 'a user'
This commit is contained in:
parent
b3ad81570e
commit
6ca2ba514c
@ -69,7 +69,7 @@ class ClipboardAction {
|
||||
|
||||
/**
|
||||
* 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() {
|
||||
if (this.fakeHandler) {
|
||||
|
Loading…
Reference in New Issue
Block a user