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:
parent
6478e66e7a
commit
12084b6677
2 changed files with 173 additions and 3 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue