Fix keyboard animation
This commit is contained in:
committed by
József Farkas
parent
17e144e534
commit
f68a7f155c
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user