Commit ab059d10 by dreamer6680 Committed by GitHub

Fixed: Updated the iframe allow property in the SelectUsingWayModal component to…

Fixed: Updated the iframe allow property in the SelectUsingWayModal component to add support for microphones. (#4583)
parent ccd1fd68
...@@ -90,7 +90,7 @@ const SelectUsingWayModal = ({ share, onClose }: { share: OutLinkSchema; onClose ...@@ -90,7 +90,7 @@ const SelectUsingWayModal = ({ share, onClose }: { share: OutLinkSchema; onClose
src="${linkUrl}" src="${linkUrl}"
style="width: 100%; height: 100%;" style="width: 100%; height: 100%;"
frameborder="0" frameborder="0"
allow="*" allow="microphone *; *"
/>` />`
}, },
[UsingWayEnum.script]: { [UsingWayEnum.script]: {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment