We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ea945f + 3c53bac commit 0465332Copy full SHA for 0465332
src/lib/vm-manager-hoc.jsx
@@ -53,9 +53,6 @@ const vmManagerHOC = function (WrappedComponent) {
53
loadProject () {
54
return this.props.vm.loadProject(this.props.projectData)
55
.then(() => {
56
- // Mark all the assets as clean since they just got loaded
57
- this.props.vm.assets.forEach(asset => (asset.clean = true));
58
-
59
this.props.onLoadedProject(this.props.loadingState, this.props.canSave);
60
// Wrap in a setTimeout because skin loading in
61
// the renderer can be async.
0 commit comments