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

(cherry picked from commit 8a43e3a87e)
This commit is contained in:
Kenn Jacobsen
2019-07-12 19:20:15 +02:00
committed by Sebastiaan Janssen
parent dc371c1979
commit 342b2087e9

View File

@@ -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);