value for parameter works in curves settings
This commit is contained in:
@ -70,7 +70,7 @@ class CurvesSettingsPopup extends HTMLElement{
|
||||
let key = formmatedLineConfiguration["variable"];
|
||||
delete formmatedLineConfiguration["variable"];
|
||||
if(formmatedLineConfiguration.hasOwnProperty("parameter")){
|
||||
key += "." + formmatedLineConfiguration["parameter"];
|
||||
key += (formmatedLineConfiguration["parameter"] != "value") ? "." + formmatedLineConfiguration["parameter"] : "";
|
||||
delete formmatedLineConfiguration["parameter"];
|
||||
}
|
||||
if(Object.keys(formmatedLineConfiguration).length > 0){
|
||||
|
Reference in New Issue
Block a user