fire change event (#17078)
This commit is contained in:
@@ -1056,6 +1056,10 @@ function tinyMceService($rootScope, $q, imageHelper, $locale, $http, $timeout, s
|
||||
editor.undoManager.clear();
|
||||
}
|
||||
}
|
||||
|
||||
angularHelper.safeApply($rootScope, function () {
|
||||
editor.dispatch("Change");
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user