Use existing reset_keybind function

This commit is contained in:
Simon Long 2024-06-14 10:23:04 +01:00
parent 7bda3270f5
commit a42a50645a
3 changed files with 3 additions and 4 deletions

View file

@ -708,7 +708,8 @@ actions_run(struct view *activator, struct server *server,
return;
}
cur_keybind = NULL;
/* This cancels any pending on-release keybinds */
keyboard_reset_current_keybind ();
struct view *view;
struct action *action;