mirror of https://github.com/requarks/wiki
The reader view (themes/default/components/page.vue) sets `is-rtl`/`is-ltr` on the root `v-app` from `$vuetify.rtl`, so all `.is-rtl` content styles apply to rendered pages. The editor's root `v-app` (components/editor.vue) was missing this class, so for RTL the CKEditor "Visual" editor rendered content left-to-right, so list bullets stayed on the left. I copied the reader's binding so the editor inherits the same `.is-rtl` content rules.pull/8031/head
parent
6f042e97cc
commit
467bcc63ba
Loading…
Reference in new issue