Browse Source

also make editor knowledgeable of rtl (fixes multiple issues)

pull/3769/head
Opal Mizrahi 4 years ago
parent
commit
3c57a3b798
1 changed files with 1 additions and 1 deletions
  1. 2
      client/components/editor.vue

2
client/components/editor.vue

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