mirror of
https://github.com/cloudreve/frontend.git
synced 2025-12-25 19:52:48 +00:00
fix(wopi): Copy&Paste stop working for OnlyOffice 9 (fix #2943)
This commit is contained in:
parent
70fc9830b0
commit
8c73fb8551
|
|
@ -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%",
|
||||
|
|
|
|||
Loading…
Reference in New Issue