diff --git a/src/components/input/editor/TipTap.vue b/src/components/input/editor/TipTap.vue index f5535bc02..4b096131f 100644 --- a/src/components/input/editor/TipTap.vue +++ b/src/components/input/editor/TipTap.vue @@ -288,7 +288,7 @@ const { const emit = defineEmits(['update:modelValue', 'save']) -const internalMode = ref('edit') +const internalMode = ref('preview') const isEditing = computed(() => internalMode.value === 'edit' && isEditEnabled) const contentHasChanged = ref(false)