fix(keymap): point to proper MappableCommand instead of Command (#13214)

This commit is contained in:
RoloEdits 2025-03-28 06:51:36 -07:00 committed by GitHub
parent 7929c0719d
commit 01fce51c45
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -90,7 +90,7 @@ macro_rules! keymap {
};
(@trie [$($cmd:ident),* $(,)?]) => {
$crate::keymap::KeyTrie::Sequence(vec![$($crate::commands::Command::$cmd),*])
$crate::keymap::KeyTrie::Sequence(vec![$($crate::commands::MappableCommand::$cmd),*])
};
(