Skip to content

Setting the dressingScale parameter via a param string doesn't work #74

@alfonso-paella

Description

@alfonso-paella

I was able to fix it by changing this line

from

var ds = this.environmentData.dressingScale;

to

var ds = parseInt(this.environmentData.dressingScale);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions