mirror of
https://github.com/ente-io/ente.git
synced 2025-08-13 01:27:17 +00:00
id
This commit is contained in:
@@ -407,6 +407,11 @@ const FileViewer: React.FC<FileViewerProps> = ({
|
||||
open={!!moreMenuAnchorEl}
|
||||
onClose={handleMoreMenuClose}
|
||||
anchorEl={moreMenuAnchorEl}
|
||||
slotProps={{
|
||||
list: {
|
||||
"aria-labelledby": moreMenuAnchorEl?.id,
|
||||
},
|
||||
}}
|
||||
>
|
||||
Test
|
||||
</Menu>
|
||||
|
Reference in New Issue
Block a user