[PR #1677] [MERGED] fix: modal pastes #10020

Closed
opened 2026-02-16 18:14:34 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/anomalyco/opencode/pull/1677
Author: @rekram1-node
Created: 8/7/2025
Status: Merged
Merged: 8/7/2025
Merged by: @adamdotdevin

Base: devHead: fix-dialog-paste


📝 Commits (1)

📊 Changes

2 files changed (+36 additions, -17 deletions)

View changed files

📝 packages/tui/internal/components/dialog/search.go (+19 -11)
📝 packages/tui/internal/tui/tui.go (+17 -6)

📄 Description

fixes: #1678

Previously paste events would go to editor even if modal was open, ex: models moda


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/anomalyco/opencode/pull/1677 **Author:** [@rekram1-node](https://github.com/rekram1-node) **Created:** 8/7/2025 **Status:** ✅ Merged **Merged:** 8/7/2025 **Merged by:** [@adamdotdevin](https://github.com/adamdotdevin) **Base:** `dev` ← **Head:** `fix-dialog-paste` --- ### 📝 Commits (1) - [`1d7129e`](https://github.com/anomalyco/opencode/commit/1d7129e541b49149d45eb6a5bd3f7915d8824648) fix: modal pastes ### 📊 Changes **2 files changed** (+36 additions, -17 deletions) <details> <summary>View changed files</summary> 📝 `packages/tui/internal/components/dialog/search.go` (+19 -11) 📝 `packages/tui/internal/tui/tui.go` (+17 -6) </details> ### 📄 Description fixes: #1678 Previously paste events would go to editor even if modal was open, ex: models moda --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 18:14:34 -05:00
yindo closed this issue 2026-02-16 18:14:34 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#10020