Fix RTE console error when blocks are not available (#17582)

This commit is contained in:
Kenn Jacobsen
2024-11-21 08:53:59 +01:00
committed by GitHub
parent 570005f5e1
commit ec8e10f406

View File

@@ -349,8 +349,8 @@
if(modelObject) {
modelObject.update(vm.model.value.blocks, $scope);
vm.tinyMceEditor.fire('updateBlocks');
onLoaded();
}
onLoaded();
}
function ensurePropertyValue(newVal) {