79782989

Date: 2025-10-05 13:03:18
Score: 1
Natty:
Report link

If you want to handle RTL direction for specific editor add class for wrapper ql-editor class then give it styles ex:
className='rtl-editor'

To not effect on ltr editors

.rtl-editor {
  .ql-editor {
    direction: rtl;
    text-align: right;
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Ahmed NourEl-Din Mohamed Awad