diff --git a/app/javascript/dashboard/routes/dashboard/settings/profile/MessageSignature.vue b/app/javascript/dashboard/routes/dashboard/settings/profile/MessageSignature.vue index 4494446b7..471629aac 100644 --- a/app/javascript/dashboard/routes/dashboard/settings/profile/MessageSignature.vue +++ b/app/javascript/dashboard/routes/dashboard/settings/profile/MessageSignature.vue @@ -21,6 +21,7 @@ $t('PROFILE_SETTINGS.FORM.MESSAGE_SIGNATURE.PLACEHOLDER') " :enabled-menu-options="customEditorMenuList" + :enable-suggestions="false" @blur="$v.messageSignature.$touch" /> @@ -69,11 +70,6 @@ export default { currentUserId: 'getCurrentUserID', }), }, - watch: { - currentUser() { - this.initValues(); - }, - }, mounted() { this.initValues(); }, diff --git a/package.json b/package.json index a6cd77e8f..2e48ea79b 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ ], "dependencies": { "@braid/vue-formulate": "^2.5.2", - "@chatwoot/prosemirror-schema": "https://github.com/chatwoot/prosemirror-schema.git#0589b7a1175adc00bb085084b5ef20a7f4570c30", + "@chatwoot/prosemirror-schema": "https://github.com/chatwoot/prosemirror-schema.git#5f6ec0888948e7b16f64c1f2779114162e8fa449", "@chatwoot/utils": "^0.0.16", "@hcaptcha/vue-hcaptcha": "^0.3.2", "@june-so/analytics-next": "^1.36.5", diff --git a/yarn.lock b/yarn.lock index b9c532fc6..2a1c373a7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2994,9 +2994,9 @@ is-url "^1.2.4" nanoid "^2.1.11" -"@chatwoot/prosemirror-schema@https://github.com/chatwoot/prosemirror-schema.git#0589b7a1175adc00bb085084b5ef20a7f4570c30": +"@chatwoot/prosemirror-schema@https://github.com/chatwoot/prosemirror-schema.git#5f6ec0888948e7b16f64c1f2779114162e8fa449": version "1.0.0" - resolved "https://github.com/chatwoot/prosemirror-schema.git#0589b7a1175adc00bb085084b5ef20a7f4570c30" + resolved "https://github.com/chatwoot/prosemirror-schema.git#5f6ec0888948e7b16f64c1f2779114162e8fa449" dependencies: markdown-it-sup "^1.0.0" prosemirror-commands "^1.1.4"