tinymce issue fixed

This commit is contained in:
jitendra 2019-01-15 18:16:16 +05:30
parent 575373cd75
commit fc130dbcaa
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ $(document).ready(function () {
onSubmit: function (e) {
this.toggleButtonDisable(true);
if(typeof tinyMCE !== 'undefined')
tinyMCE.triggerSave();
this.$validator.validateAll().then(result => {
if (result) {
e.target.submit();