Fix RTE console error when blocks are not available (#17582)
This commit is contained in:
@@ -349,8 +349,8 @@
|
||||
if(modelObject) {
|
||||
modelObject.update(vm.model.value.blocks, $scope);
|
||||
vm.tinyMceEditor.fire('updateBlocks');
|
||||
onLoaded();
|
||||
}
|
||||
onLoaded();
|
||||
}
|
||||
|
||||
function ensurePropertyValue(newVal) {
|
||||
|
||||
Reference in New Issue
Block a user