fix: use editable instead of readonly
This commit is contained in:
parent
7335def7c3
commit
aaab61554d
@ -44,7 +44,7 @@
|
|||||||
<TextEditor
|
<TextEditor
|
||||||
v-if="note.content"
|
v-if="note.content"
|
||||||
:content="note.content"
|
:content="note.content"
|
||||||
:options="{ readOnly: true }"
|
:editable="false"
|
||||||
editor-class="!prose-sm max-w-none !text-sm text-gray-600 focus:outline-none"
|
editor-class="!prose-sm max-w-none !text-sm text-gray-600 focus:outline-none"
|
||||||
class="flex-1 overflow-hidden"
|
class="flex-1 overflow-hidden"
|
||||||
/>
|
/>
|
||||||
|
|||||||
@ -40,7 +40,7 @@
|
|||||||
<TextEditor
|
<TextEditor
|
||||||
v-if="note.content"
|
v-if="note.content"
|
||||||
:content="note.content"
|
:content="note.content"
|
||||||
:options="{ readOnly: true }"
|
:editable="false"
|
||||||
editor-class="!prose-sm max-w-none !text-sm text-gray-600 focus:outline-none"
|
editor-class="!prose-sm max-w-none !text-sm text-gray-600 focus:outline-none"
|
||||||
class="flex-1 overflow-hidden"
|
class="flex-1 overflow-hidden"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user