From 8f4f6cefd2d49d5a0ae6f61faabc5ce3e3edead6 Mon Sep 17 00:00:00 2001 From: Nikita Konev Date: Mon, 23 Dec 2024 15:22:07 +0300 Subject: [PATCH] move the long hint for editor-content to the its title attribute --- frontend/src/TipTapEditor.vue | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/frontend/src/TipTapEditor.vue b/frontend/src/TipTapEditor.vue index 743e9a66..9c6f1a14 100644 --- a/frontend/src/TipTapEditor.vue +++ b/frontend/src/TipTapEditor.vue @@ -54,7 +54,7 @@ - + @@ -433,11 +433,7 @@ export default { History, Placeholder.configure({ placeholder: ({ node }) => { - if (this.chatStore.shouldShowSendMessageButtons) { - return this.$vuetify.locale.t('$vuetify.message_edit_placeholder') - } else { - return this.$vuetify.locale.t('$vuetify.message_edit_placeholder_short') - } + return this.$vuetify.locale.t('$vuetify.message_edit_placeholder_short') }, }), Text,