Fix CustomizeScene killing CPU

Fixes #518
This commit is contained in:
Dariusz Niemczyk 2020-12-27 10:47:56 +01:00 committed by GitHub
parent 7bbfa16ca2
commit c9250c08f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -148,7 +148,6 @@ export class CustomizeScene extends ResizableScene {
this.selectedLayers[this.activeRow] = this.layers[this.activeRow].length - 1
}
this.moveLayers();
this.updateSelectedLayer();
this.saveInLocalStorage();
}