Changes
1 changed files (+1/-1)
-
-
@@ -14,7 +14,7 @@ // workaround for Firefox & Safari which do not need clipboard-write permissionlet status = { state: "granted" }; try { status = await navigator.permissions.query({ name: "clipboard-write" as unknown as PermissionName, name: ("clipboard-write" as unknown) as PermissionName, }); } catch (e) { // Firefox throws because it doesn't support clipboard-write allowed
-