From e37f73dcbb75cdf282981580c8d006177d6cdb2a Mon Sep 17 00:00:00 2001 From: KENZ Date: Thu, 16 Apr 2026 01:03:19 +0900 Subject: [PATCH] fix: don't capture all mouse events - this fixed find panel buttons - similar fix for cosmic-edit of: - https://github.com/pop-os/cosmic-edit/commit/6ea24b85185e85e925011d0768da55aa41d69c09 --- src/terminal_box.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/terminal_box.rs b/src/terminal_box.rs index 6b3a969..e070498 100644 --- a/src/terminal_box.rs +++ b/src/terminal_box.rs @@ -1360,8 +1360,6 @@ where } else { shell.capture_event(); } - } else { - shell.capture_event(); } } Event::Mouse(MouseEvent::ButtonReleased(_button)) => {