Browse Source

also make editor knowledgeable of rtl (fixes multiple issues)

pull/3769/head
Opal Mizrahi 4 years ago
parent
commit
6130776d80
2 changed files with 27526 additions and 1 deletions
  1. 2
      client/components/editor.vue
  2. 27525
      package-lock.json

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(

27525
package-lock.json
File diff suppressed because it is too large
View File

Loading…
Cancel
Save