mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #721] [MERGED] fix(renderer): resolve idle when pause cancels pending render #1521
Labels
No labels
bug
core
documentation
feature
good first issue
help wanted
pull-request
question
react
solid
tmux
windows
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/opentui#1521
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/anomalyco/opentui/pull/721
Author: @simonklee
Created: 2/21/2026
Status: ✅ Merged
Merged: 2/21/2026
Merged by: @kommander
Base:
main← Head:flaky-test📝 Commits (1)
82d22ebfix(renderer): resolve idle when pause cancels pending render📊 Changes
2 files changed (+27 additions, -20 deletions)
View changed files
📝
packages/core/src/renderer.ts(+9 -0)📝
packages/core/src/tests/renderer.idle.test.ts(+18 -20)📄 Description
Pausing should clear any scheduled render timeout and resolves
idle()whenno render is in progress, so callers do not wait unnecessarily in paused state.
Mostly tried to find a flaky test and tried to replace timing-based checks,
making behavior deterministic.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.