Merge branch 'main' into refine-keybindings
This commit is contained in:
commit
3855413725
22 changed files with 109 additions and 160 deletions
|
@ -13,7 +13,7 @@ pub struct KeyBinding {
|
|||
impl RenderOnce for KeyBinding {
|
||||
type Rendered = Div;
|
||||
|
||||
fn render(self, cx: &mut WindowContext) -> Self::Rendered {
|
||||
fn render(self, _cx: &mut WindowContext) -> Self::Rendered {
|
||||
h_stack()
|
||||
.flex_none()
|
||||
.gap_2()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue