-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RTL indentation not working #179
Comments
wow, true, thank you for reporting it! |
I added some custom buttons with custom functions (I call these function also if you pres the Tab/Shift Tab) ` function indentInNgWig() { function outdentInNgWig() { function changeMargin(ngWigEditor, indent: boolean) { function isRTL(ngWigEditor) { |
If you set the direction to rtl on the ng-wig component the indentation not working.
https://plnkr.co/edit/44oDh3A9MN05rpWXgSDR?p=preview
The indent button add a new element, but the margin are in the left:
<blockquote style="margin: 0 0 0 40px;
The text was updated successfully, but these errors were encountered: