Make sure save options are up to date with the content state

This commit is contained in:
Kenn Jacobsen
2019-07-12 19:20:15 +02:00
committed by Sebastiaan Janssen
parent 1c6bf55e5d
commit 8a43e3a87e
@@ -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);