Skip to content

[Themer] Fix CSS editor not responding after window resize#215

Merged
Inrixia merged 1 commit intoInrixia:devfrom
Brskt:fix-themer-editor-resize
Feb 4, 2026
Merged

[Themer] Fix CSS editor not responding after window resize#215
Inrixia merged 1 commit intoInrixia:devfrom
Brskt:fix-themer-editor-resize

Conversation

@Brskt
Copy link
Contributor

@Brskt Brskt commented Feb 4, 2026

Summary

Use ResizeObserver instead of window resize listener for more reliable editor layout updates.

The previous window.addEventListener("resize", ...) approach had timing issues where the editor would stop responding after resizing.

Closes #213

Use ResizeObserver instead of window resize listener for more reliable editor layout updates
@Inrixia Inrixia changed the base branch from master to dev February 4, 2026 18:22
@Inrixia Inrixia merged commit eef8816 into Inrixia:dev Feb 4, 2026
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.

[BUG] [Themer]

2 participants