mirror of
https://github.com/ente-io/ente.git
synced 2025-08-13 01:27:17 +00:00
toggle 2
This commit is contained in:
@@ -483,6 +483,8 @@ const FileViewer: React.FC<FileViewerProps> = ({
|
||||
|
||||
const handleAnnotate = useCallback(
|
||||
(file: EnteFile, itemData: ItemData): FileViewerAnnotatedFile => {
|
||||
log.debug(() => ["viewer", { action: "annotate", file, itemData }]);
|
||||
|
||||
const fileID = file.id;
|
||||
const isOwnFile = file.ownerID == user?.id;
|
||||
|
||||
|
Reference in New Issue
Block a user