Fix keyboard animation

This commit is contained in:
Farkas József
2016-11-23 20:19:54 +01:00
committed by József Farkas
parent 17e144e534
commit f68a7f155c
3 changed files with 25 additions and 48 deletions

View File

@@ -11,7 +11,6 @@ export class Layer extends Serializable<Layer> {
constructor(layers?: Layer) {
super();
if (!layers) {
this.animation = 'none';
return;
}
this.modules = layers.modules.map(module => new Module(module));