Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ let atomicSDK = {
}

let iframeElement = document.createElement('iframe')
iframeElement.setAttribute('allow', 'web-share')
iframeElement.setAttribute('allow', 'web-share; clipboard-write;')
const productType = config.operation || config.product || 'Atomic'
iframeElement.setAttribute('title', `${productType} Interface`)
iframeElement.setAttribute('aria-label', `${productType} Interface`)
Expand Down
2 changes: 1 addition & 1 deletion test/__snapshots__/index.spec.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exports[`JavaScript SDK should initialize the sdk 1`] = `
[
[
"allow",
"web-share",
"web-share; clipboard-write;",
],
[
"title",
Expand Down