Fix stories
co-authored-by: Piotrek <piotr@zed.dev>
This commit is contained in:
parent
8049ec674e
commit
a844bf7d41
14 changed files with 22 additions and 62 deletions
|
@ -96,7 +96,7 @@ mod stories {
|
|||
["ctrl", "alt", "cmd", "shift"].into_iter().permutations(2);
|
||||
|
||||
Story::container(cx)
|
||||
.child(Story::title_for::<_, KeyBinding>(cx))
|
||||
.child(Story::title_for::<KeyBinding>(cx))
|
||||
.child(Story::label(cx, "Single Key"))
|
||||
.child(KeyBinding::new(binding("Z")))
|
||||
.child(Story::label(cx, "Single Key with Modifier"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue