Accept null
as a valid action, to disable a keystroke
co-authored-by: Mikayla Maki <mikayla@zed.dev>
This commit is contained in:
parent
76af424d79
commit
4c51ab8a25
4 changed files with 197 additions and 21 deletions
|
@ -31,3 +31,5 @@ pub use window::{Axis, SizeConstraint, Vector2FExt, WindowContext};
|
|||
|
||||
pub use anyhow;
|
||||
pub use serde_json;
|
||||
|
||||
actions!(zed, [NoAction]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue