Skip to content

Commit

Permalink
Fix TS errors (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skalakid authored Mar 13, 2024
1 parent 55e488b commit 3539b23
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/MarkdownTextInput.web.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,7 @@ const styles = StyleSheet.create({
borderWidth: 1,
borderStyle: 'solid',
fontFamily: 'sans-serif',
// @ts-expect-error it works on web
boxSizing: 'border-box',
whiteSpace: 'pre-wrap',
overflowY: 'auto',
Expand Down

0 comments on commit 3539b23

Please sign in to comment.