Expensify / react-native-live-markdown

Drop-in replacement for React Native's TextInput component with Markdown formatting.
https://www.npmjs.com/package/@expensify/react-native-live-markdown
MIT License
789 stars 56 forks source link

Fix onPaste event #423

Closed Skalakid closed 3 months ago

Skalakid commented 3 months ago

Details

This PR is a part of a pasting doubled content in LM input, that was introduced in #369. We are adding the ability to not use our custom pasting logic when the default behavior is prevented. The whole fix can be found here

Related Issues

GH_LINK

Manual Tests

Linked PRs