refactor: mobile popover UX (#2140)
This commit is contained in:
@@ -22,6 +22,7 @@ const FileContextMenu: FunctionComponent<Props> = observer(
|
||||
|
||||
return (
|
||||
<Popover
|
||||
title="File options"
|
||||
open={showFileContextMenu}
|
||||
anchorPoint={fileContextMenuLocation}
|
||||
togglePopover={() => setShowFileContextMenu(!showFileContextMenu)}
|
||||
|
||||
Reference in New Issue
Block a user