Skip to content

Commit

Permalink
minor changes after code review
Browse files Browse the repository at this point in the history
  • Loading branch information
OlimpiaZurek committed Feb 23, 2024
1 parent 1f1d08b commit f55a9ff
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1517,8 +1517,6 @@ function InternalTextInput(props: Props): React.Node {
style,
)}
text={text}
caretYOffset={props.caretYOffset}
caretHeight={props.caretHeight}
/>
);
} else if (Platform.OS === 'android') {
Expand Down

0 comments on commit f55a9ff

Please sign in to comment.