I used a wangEditor editor, and then when I used it for the first time, the input text was from left to right normally, then clicked Modify and used it for the second time, the input text was from right to left, solve
PHP中文网2017-05-19 10:27:52
What question do you want to ask? What does screenshot mean? It's not very clear, right? If you want to know how to make text display from right to left, you can take a look at these two properties
unicode-bidi:bidi-override;
direction: rtl;