mirror of
https://github.com/zed-industries/zed.git
synced 2025-02-05 18:25:57 +00:00
Update keybinding.rs
This commit is contained in:
parent
3855413725
commit
21755c7d20
1 changed files with 1 additions and 1 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…
Reference in a new issue