Skip to content

Unable to set leftValue or rightValueProperly #5

@fantasticatif

Description

@fantasticatif

I set obj.minValue = 100 and obj.maxValue = 1000,
Than i set on setting obj.leftValue = Some number , it wont actually set the value since , rightValue is smaller than leftvalue at time.
So i have to do it like to fix the problem

obj.leftValue = 140
obj.rightValue = 700
obj.leftValue = 140

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions