Different behaviour after monarch update

Previously I showed popup and during popup initialisation I paused the animation of main collection by sending:

msg.post(mainCollectionUrl, "set_time_step", { factor = 0, mode = 1 })

After updating library from 3.3.0 to 3.4.0 I see that pausing works a bit differently. Now this request does not stop any animation. Tested with only using dependency version change, with 3.3.0 works without issues as expected.
Can someone suggest please how now it is possible to make animation stop with the monarch version 3.4.x?

This seems like a bug. Please create a ticket in GitHub!

1 Like

Created in monarch repo! Different behaviour after monarch update to 3.4.0 · Issue #81 · britzl/monarch · GitHub

2 Likes

Any plans if this can be added to some release?

I’ll try to look into it next week!

1 Like

Awesome, thanks!

Answered to the questions in git repo.