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();
},