chore: drop legacy editor (#1755)

* drop legacy editor

* remove unused components
This commit is contained in:
Hayden
2022-10-22 12:49:59 -08:00
committed by GitHub
parent fcc5d99d40
commit ce4315f971
8 changed files with 9 additions and 2021 deletions

View File

@@ -171,7 +171,10 @@
<!-- Content -->
<DropZone @drop="(f) => handleImageDrop(index, f)">
<v-card-text v-if="isEditForm">
<v-card-text
v-if="isEditForm"
@click="$emit('click-instruction-field', `${index}.text`)"
>
<MarkdownEditor
v-model="value[index]['text']"
class="mb-2"