Fix keys not being sent to terminal (#35979)

Fixes #35057

Release Notes:

- Fix input being sent to editor/terminal when pending keystrokes are
resolved
This commit is contained in:
Conrad Irwin 2025-08-11 16:07:32 +01:00 committed by GitHub
parent 6478e66e7a
commit 12084b6677
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 173 additions and 3 deletions

View file

@ -3688,7 +3688,8 @@ impl Window {
);
if !match_result.to_replay.is_empty() {
self.replay_pending_input(match_result.to_replay, cx)
self.replay_pending_input(match_result.to_replay, cx);
cx.propagate_event = true;
}
if !match_result.pending.is_empty() {