Skip to content

until does not update when state.property is changed - stays one update behind.  #102

Description

@lazynewt

Hi when i am incrementing the until time the countdown UI does not reflect the change. However when i then update it again it reflects the previous value. e.g

state.until is used and set initially as 60 and is displaying 1 minute
I then set state.until = 180 yet the countdown still displays 1 minute
I then set state.until = 240 and the countdown now shows 2 minutes
I then set the state.until to 300 and the countdown shows 3 minutes

It remains 1 UI update behind.

I have tried .forcerefresh

Is there a reason for this behaviour ? (running 2.7.1)
Thanks.

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