Skip to content
This repository was archived by the owner on Dec 21, 2022. It is now read-only.

Commit a4a8551

Browse files
fix(popup-menu): remove comment
1 parent 32622f4 commit a4a8551

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages-native/popup-menu/src/PopupMenu.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ export function PopupMenu(props: PopupMenuProps<PopupMenuStyle>): ReactElement {
8888
</TouchableButton>
8989
}
9090
>
91-
{/* Fixes the issue where touchable overflows. Requires extra view otherwise shadow's disappear on Menu*/}
9291
<View style={{ overflow: "hidden", borderRadius: styles.container?.borderRadius }}>{menuOptions}</View>
9392
</Menu>
9493
);

0 commit comments

Comments
 (0)