Allow RTE to set form dirty again after saving content item
This commit is contained in:
committed by
Sebastiaan Janssen
parent
9a6d938004
commit
2c271d3ef4
@@ -380,6 +380,9 @@ angular.module("umbraco")
|
||||
if (tinyMceEditor !== undefined && tinyMceEditor != null && !$scope.isLoading) {
|
||||
$scope.model.value = tinyMceEditor.getContent();
|
||||
}
|
||||
|
||||
//Allow RTE to set form dirty again
|
||||
alreadyDirty = false;
|
||||
});
|
||||
|
||||
//when the element is disposed we need to unsubscribe!
|
||||
|
||||
Reference in New Issue
Block a user