mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-13 19:15:48 +00:00
Clear key state overlay on "ignore" action
This commit is contained in:
@@ -2973,6 +2973,9 @@ fn maybeHandleBinding(
|
||||
// If our action was "ignore" then we return the special input
|
||||
// effect of "ignored".
|
||||
for (actions) |action| if (action == .ignore) {
|
||||
// If we're in a sequence, clear it.
|
||||
self.endKeySequence(.drop, .retain);
|
||||
|
||||
return .ignored;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user