Skip to content

Commit 0465332

Browse files
authored
Merge pull request #4181 from LLK/revert-4153-enfasten-remix
Revert "Make remixing/saving faster by marking all assets as clean to start."
2 parents 1ea945f + 3c53bac commit 0465332

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/lib/vm-manager-hoc.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,6 @@ const vmManagerHOC = function (WrappedComponent) {
5353
loadProject () {
5454
return this.props.vm.loadProject(this.props.projectData)
5555
.then(() => {
56-
// Mark all the assets as clean since they just got loaded
57-
this.props.vm.assets.forEach(asset => (asset.clean = true));
58-
5956
this.props.onLoadedProject(this.props.loadingState, this.props.canSave);
6057
// Wrap in a setTimeout because skin loading in
6158
// the renderer can be async.

0 commit comments

Comments
 (0)