Skip to content

Commit

Permalink
Don't let contextmenu run into side of screen on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
underbluewaters committed Jan 25, 2024
1 parent 0bff681 commit a74fcad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/client/src/admin/data/TableOfContentsItemMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ export const TableOfContentsItemMenu = React.forwardRef<
const manager = mapContext.manager;
return (
<MenuType.Content
id="foo"
avoidCollisions={false}
// avoidCollisions={false}
{...props}
ref={forwardedRef}
style={{
Expand Down

0 comments on commit a74fcad

Please sign in to comment.