Text selection on Web doesn't work when passing markdownStyle
without useMemo
#544
Labels
bug
Something isn't working
markdownStyle
without useMemo
#544
Description:
When passing markdownStyle prop directly into
MarkdownInputComponent
withoutuseMemo
first e.g.markdownStyle={{link: {color: 'limegreen'}}}
text selection stops working.Screen.Recording.2024-11-14.at.17.31.36.mov
Reproduction steps:
markdownStyle={markdownStyle}
tomarkdownStyle={{link: {color: 'limegreen'}}}
and saveCommit: c352064
The text was updated successfully, but these errors were encountered: