Skip to content

Commit

Permalink
remove resolved todo
Browse files Browse the repository at this point in the history
  • Loading branch information
latekvo committed Oct 25, 2024
1 parent be4979c commit 7918726
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ReanimatedDrawerLayout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,6 @@ const DrawerLayout = forwardRef<DrawerLayoutMethods, DrawerLayoutProps>(
gesture={panGesture}
userSelect={props.userSelect}
enableContextMenu={props.enableContextMenu}>
{/* ^^^ "false if MouseButton.RIGHT is specified" either remove that description or add that logic */}
<Animated.View
ref={componentRef}
style={styles.main}
Expand Down

0 comments on commit 7918726

Please sign in to comment.