Skip to content

Commit 753df04

Browse files
committed
fix(global-search): remove width from search context menu
1 parent 095d065 commit 753df04

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • plugins/global-search/src/components/ui

plugins/global-search/src/components/ui/Menu.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ export const Menu = memo(function Menu({ items, children, className }: MenuProps
2222
.showContextMenu(items, {
2323
location: { x: buttonBounds.right - 5, y: buttonBounds.bottom },
2424
placement: "bottom-left",
25-
width: 200,
2625
})
2726
.catch((error: unknown) => {
2827
framer.notify(

0 commit comments

Comments
 (0)