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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 8 deletions

View File

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

View File

@ -30,7 +30,7 @@
], ],
"dependencies": { "dependencies": {
"@braid/vue-formulate": "^2.5.2", "@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", "@chatwoot/utils": "^0.0.16",
"@hcaptcha/vue-hcaptcha": "^0.3.2", "@hcaptcha/vue-hcaptcha": "^0.3.2",
"@june-so/analytics-next": "^1.36.5", "@june-so/analytics-next": "^1.36.5",

View File

@ -2994,9 +2994,9 @@
is-url "^1.2.4" is-url "^1.2.4"
nanoid "^2.1.11" 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" version "1.0.0"
resolved "https://github.com/chatwoot/prosemirror-schema.git#0589b7a1175adc00bb085084b5ef20a7f4570c30" resolved "https://github.com/chatwoot/prosemirror-schema.git#5f6ec0888948e7b16f64c1f2779114162e8fa449"
dependencies: dependencies:
markdown-it-sup "^1.0.0" markdown-it-sup "^1.0.0"
prosemirror-commands "^1.1.4" prosemirror-commands "^1.1.4"