Make sure save options are up to date with the content state
(cherry picked from commit 8a43e3a87e)
This commit is contained in:
committed by
Sebastiaan Janssen
parent
dc371c1979
commit
342b2087e9
@@ -94,6 +94,10 @@
|
||||
content.apps[0].active = true;
|
||||
$scope.appChanged(content.apps[0]);
|
||||
}
|
||||
// otherwise make sure the save options are up to date with the current content state
|
||||
else {
|
||||
createButtons($scope.content);
|
||||
}
|
||||
|
||||
editorState.set(content);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user