mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 13:06:00 +03:00
[PR #264] [MERGED] fix disappearing scrollbox content for code renderables #1183
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#1183
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/264
Author: @kommander
Created: 11/4/2025
Status: ✅ Merged
Merged: 11/4/2025
Merged by: @kommander
Base:
main← Head:scrollbox-content-disappears-debug📝 Commits (7)
f93af9areproduce5ad0de5stashafd0539extract treesitter client mock76e83b6fix core56ccaafuse mock in solid tests40501catests use mock treesitter clientbdd6bbecleanup📊 Changes
6 files changed (+644 additions, -98 deletions)
View changed files
📝
packages/core/src/renderables/Code.test.ts(+49 -93)📝
packages/core/src/renderables/Code.ts(+24 -2)📝
packages/core/src/testing.ts(+1 -0)➕
packages/core/src/testing/mock-tree-sitter-client.ts(+51 -0)📝
packages/core/src/tests/scrollbox.test.ts(+220 -3)➕
packages/solid/tests/scrollbox-content.test.tsx(+299 -0)📄 Description
addresses #260
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.