fix: Re-arrange plugins to fix canned-responses/mentions not working (#7830)

This commit is contained in:
Pranav Raj S
2023-08-31 14:12:40 +05:30
committed by GitHub
parent deec1d213b
commit d18d3e9e2e
3 changed files with 4 additions and 8 deletions

View File

@@ -21,6 +21,7 @@
$t('PROFILE_SETTINGS.FORM.MESSAGE_SIGNATURE.PLACEHOLDER')
"
:enabled-menu-options="customEditorMenuList"
:enable-suggestions="false"
@blur="$v.messageSignature.$touch"
/>
</div>
@@ -69,11 +70,6 @@ export default {
currentUserId: 'getCurrentUserID',
}),
},
watch: {
currentUser() {
this.initValues();
},
},
mounted() {
this.initValues();
},

View File

@@ -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",

View File

@@ -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"