Fix keyboard animation

This commit is contained in:
Farkas József
2016-11-24 18:21:12 +01:00
committed by József Farkas
parent 17e144e534
commit f68a7f155c
3 changed files with 25 additions and 48 deletions
@@ -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));