Skip to content

Conversation

@MrStevns
Copy link
Member

@MrStevns MrStevns commented Sep 22, 2025

I've dabbled with a few solutions and this is the least invasive fix I could come up with.

Fixes a bug where if you had a selection and the image had been transformed, then scrubbing to a different frame would make the new frame inherit the effect.

Before:
transform-bug

After:
transform-bug2

Some users mentioned that this was particularly annoying when scrubbing between frames without explicitly deselecting.

I should mention i'm not fond of adding arbitrary logic to core functions like setLayerIndex and scrubTo. Ideally I would like to maintain the state of the selection and transform as well, by tying the selection to the keyframe but that's a far more invasive which makes no sense for a hotfix release.

Because some tests uses these functions as well and they don't have a selection manager initialized
@MrStevns MrStevns added this to the 0.7.1 milestone Sep 23, 2025
@MrStevns MrStevns added the 🔹 Minor PR (only one reviewer required) label Sep 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

🔹 Minor PR (only one reviewer required)

Projects

Status: Needs Review

Development

Successfully merging this pull request may close these issues.

1 participant