also make editor knowledgeable of rtl (fixes multiple issues)

pull/3769/head
Opal Mizrahi 5 years ago
parent e6e9ebd29a
commit 3c57a3b798

@ -1,5 +1,5 @@
<template lang="pug">
v-app.editor(:dark='$vuetify.theme.dark')
v-app.editor(:dark='$vuetify.theme.dark' :class='$vuetify.rtl ? `is-rtl` : `is-ltr`')
nav-header(dense)
template(slot='mid')
v-text-field.editor-title-input(

Loading…
Cancel
Save