Skip to content

Commit

Permalink
removed noDragArea
Browse files Browse the repository at this point in the history
  • Loading branch information
Skalakid committed Aug 16, 2023
1 parent 8847aa3 commit 9b9982b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ function ThreePaneView(props) {
onPress={() => props.navigation.goBack()}
accessibilityLabel={translate('common.close')}
accessibilityRole={CONST.ACCESSIBILITY_ROLE.BUTTON}
noDragArea
/>
<View style={styles.rightPanelContainer}>{props.descriptors[route.key].render()}</View>
</View>
Expand Down

0 comments on commit 9b9982b

Please sign in to comment.