anomalyco / anomalyco/opencode
[BUG]: Open project dialog does not scroll with touch
Open
@Hona is already working on this.
Since Aug 23, 2026.
- Dominant language
- TypeScript
- Stars
- 209k
- Forks
- 27.5k
- PR merge metrics
- PR metrics pending
Description
Description
On the mobile Web UI, dragging the directory tree in the Open project dialog does not scroll it. Mouse-wheel scrolling works because the dialog forwards wheel deltas to the tree's virtual scroller inside Shadow DOM, but touch movement is not forwarded.
Plugins
None required.
OpenCode version
V2 de11122c9 (local source build).
Steps to reproduce
- Open the V2 Web UI on a touch device.
- Open Add project.
- Expand a directory with enough children to overflow the tree.
- Drag vertically inside the tree.
The tree stays in place. It should scroll without selecting the row where the drag ends.
Screenshot and/or share link
Reproduced on a physical Android device.
Operating System
Android 15, Samsung SM-S906E
Terminal
Chrome 151.0.7922.169
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.