Html – Issue with Text Input Direction in React Component
I'm building a Wysiwyg and I have a content-editable div in my component where users can input and format text. However, there's a problem with the text direction when I try to update the content. Here's the code snippet: const…