Accept null as a valid action, to disable a keystroke

co-authored-by: Mikayla Maki <mikayla@zed.dev>
This commit is contained in:
Kirill Bulatov 2023-07-04 20:58:33 +03:00
parent 76af424d79
commit 4c51ab8a25
4 changed files with 197 additions and 21 deletions

View file

@ -31,3 +31,5 @@ pub use window::{Axis, SizeConstraint, Vector2FExt, WindowContext};
pub use anyhow;
pub use serde_json;
actions!(zed, [NoAction]);