Is there a way to dynamically change the text direction based on the language being used? I encountered an issue when switching from LTR to RTL where two vertical scrollbars appear in the textarea of codemirror. Removing the overflow-y: scroll property caused the mouse scroll to stop working, but changing directions did not create new vertical scrollbars. How can I ensure that the vertical scrollbar is always on the right and line numbers are on the left, regardless of text direction, while still allowing the mouse scroll to function correctly?