fix(wopi): Copy&Paste stop working for OnlyOffice 9 (fix #2943)

This commit is contained in:
Aaron Liu 2025-11-13 18:54:27 +08:00
parent 70fc9830b0
commit 8c73fb8551

View File

@ -154,6 +154,7 @@ const Wopi = () => {
sandbox={
"allow-scripts allow-same-origin allow-forms allow-popups allow-top-navigation allow-popups-to-escape-sandbox allow-downloads allow-modals"
}
allow="clipboard-read *; clipboard-write *"
allowFullScreen={true}
sx={{
width: "100%",