mirror of
https://github.com/wukko/cobalt.git
synced 2025-05-27 20:10:12 +02:00
oh my god goodnight
This commit is contained in:
parent
e9a7124b82
commit
5580eb1e13
@ -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…
x
Reference in New Issue
Block a user