Bug: losing lv2 state during snapshot selection
This commit is contained in:
@@ -226,7 +226,7 @@ export class SnapshotValue {
|
||||
this.isEnabled = input.isEnabled;
|
||||
this.instanceId = input.instanceId;
|
||||
this.controlValues = ControlValue.deserializeArray(input.controlValues);
|
||||
this.lv2State = input.lv2state;
|
||||
this.lv2State = input.lv2State;
|
||||
this.pathProperties = input.pathProperties;
|
||||
return this;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user