mirror of
https://github.com/ente-io/ente.git
synced 2025-08-13 01:27:17 +00:00
vid 1
This commit is contained in:
@@ -435,6 +435,7 @@ const FileViewer: React.FC<FileViewerProps> = ({
|
||||
|
||||
// Not memoized since it uses the frequently changing `activeAnnotatedFile`.
|
||||
const handleCopyImage = () => {
|
||||
handleMoreMenuClose();
|
||||
// Safari does not copy if we do not call `navigator.clipboard.write`
|
||||
// synchronously within the click event handler, but it does supports
|
||||
// passing a promise in lieu of the blob.
|
||||
|
Reference in New Issue
Block a user