also make editor knowledgeable of rtl (fixes multiple issues)

pull/3769/head
Opal Mizrahi 6 years ago
parent e6e9ebd29a
commit 6130776d80

@ -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(

27525
package-lock.json generated

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save