mirror of
https://github.com/anomalyco/opentui.git
synced 2026-04-25 04:55:58 +03:00
[GH-ISSUE #563] bug: <diff mode={"split"} > scrolling is not synced #921
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#921
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?
Originally created by @safareli on GitHub (Jan 21, 2026).
Original GitHub issue: https://github.com/anomalyco/opentui/issues/563
used the example of diff component packages/react/examples/diff.tsx and when diff is and as a result mouse scroll is kicked in, i can scroll added lines and removed lines independently. one would expect the scroll to move full diff.
https://github.com/user-attachments/assets/46fb2139-d18e-4059-934f-190522e063f9
@kommander commented on GitHub (Jan 26, 2026):
That was intentional. Synced scroll could be added though.
@viralcodex commented on GitHub (Feb 24, 2026):
Hi @kommander, if not implemented, I can take it up, also we can have both behaviours, synced and separate as a setting flag?