mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 04:55:58 +03:00
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#316
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/136
Author: @Adictya
Created: 9/4/2025
Status: ✅ Merged
Merged: 9/4/2025
Merged by: @Adictya
Base:
main← Head:fix-solid-empty-child-issue📝 Commits (1)
fc8af35quick fix for scroll box📊 Changes
1 file changed (+4 additions, -0 deletions)
View changed files
📝
packages/core/src/renderables/ScrollBox.ts(+4 -0)📄 Description
Fixes: #134
Was caused be asymmetry in add/remove child methods directly passing through to content renderable but not getChildren resulting in an infinite loop in solid reconciler when solid tries to get the first child of scroll box but isn't able to remove it and tries again and again:
logs:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.