oh my god goodnight
This commit is contained in:
parent
e9a7124b82
commit
5580eb1e13
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ async function pasteClipboard() {
|
|||
e = String(e).toLowerCase();
|
||||
|
||||
if (e.includes("denied")) errorMessage = loc.clipboardErrorNoPermission;
|
||||
if (e.includes("dismissed") && isIOS) doError = false;
|
||||
if (e.includes("dismissed") || isIOS) doError = false;
|
||||
if (e.includes("function") && isFirefox) errorMessage = loc.clipboardErrorFirefox;
|
||||
|
||||
if (doError) popup("error", 1, errorMessage);
|
||||
|
|
Loading…
Reference in a new issue