fix clipboard in sub-store

This commit is contained in:
pompurin404 2024-09-06 15:22:09 +08:00
parent 0d55272db8
commit 9bd4841b6e
No known key found for this signature in database

View File

@ -43,7 +43,7 @@ const SubStore: React.FC = () => {
> >
<iframe <iframe
className="w-full h-full" className="w-full h-full"
allow="clipboard-write" allow="clipboard-write; clipboard-read"
src={`http://127.0.0.1:${frontendPort}?api=${useCustomSubStore ? customSubStoreUrl : `http://127.0.0.1:${backendPort}`}`} src={`http://127.0.0.1:${frontendPort}?api=${useCustomSubStore ? customSubStoreUrl : `http://127.0.0.1:${backendPort}`}`}
/> />
</BasePage> </BasePage>