Skip to content

Emit sceneplayingtoggle event to disable history when playing#67

Merged
vincentfretin merged 1 commit intodevfrom
emit-sceneplayingtoggle
Apr 16, 2026
Merged

Emit sceneplayingtoggle event to disable history when playing#67
vincentfretin merged 1 commit intodevfrom
emit-sceneplayingtoggle

Conversation

@vincentfretin
Copy link
Copy Markdown
Member

If forgot to backport that when undo stack was backported from my private editor.
It's used in

Events.on('sceneplayingtoggle', (playing) => {
this.historyDisabled = playing;
});

The changes done when the scene is playing should really be reverted when we pause again in my opinion, but that's another big feature to implement.

… to backport that when undo stack was backported)
@vincentfretin vincentfretin merged commit c1d12bb into dev Apr 16, 2026
1 check passed
@vincentfretin vincentfretin deleted the emit-sceneplayingtoggle branch April 16, 2026 10:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant