mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix: support copying PNG to clipboard on Safari (#3746)
This commit is contained in:
parent
77d789ed8e
commit
cb6b7559b4
4 changed files with 53 additions and 8 deletions
|
@ -161,7 +161,7 @@
|
|||
"couldNotLoadInvalidFile": "Couldn't load invalid file",
|
||||
"importBackendFailed": "Importing from backend failed.",
|
||||
"cannotExportEmptyCanvas": "Cannot export empty canvas.",
|
||||
"couldNotCopyToClipboard": "Couldn't copy to clipboard. Try using Chrome browser.",
|
||||
"couldNotCopyToClipboard": "Couldn't copy to clipboard.",
|
||||
"decryptFailed": "Couldn't decrypt data.",
|
||||
"uploadedSecurly": "The upload has been secured with end-to-end encryption, which means that Excalidraw server and third parties can't read the content.",
|
||||
"loadSceneOverridePrompt": "Loading external drawing will replace your existing content. Do you wish to continue?",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue