Skip to content

Commit bbd170e

Browse files
committed
refactor: drop redundant comment in WidgetPreview clickable area
1 parent d099401 commit bbd170e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/api/WidgetPreview.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -268,9 +268,6 @@ function ClickableAreaButton({
268268
}}
269269
>
270270
<TouchableNativeFeedback onPress={() => onClick(area)}>
271-
{/* borderRadius + overflow clip the press ripple to the view's rounded corners so the
272-
preview matches the on-device rounded ripple (see RNWidget#addClickableArea). The
273-
highlight markers live on the parent so they are not clipped. */}
274271
<View
275272
style={{
276273
width: '100%',

0 commit comments

Comments
 (0)