mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
feat(term): wrap command palette in overlay (#2378)
Looks better and is consistent with the rest, nothing else.
This commit is contained in:
parent
042463a4d1
commit
d2b1add1f4
@ -2219,7 +2219,7 @@ pub fn command_palette(cx: &mut Context) {
|
|||||||
command.execute(&mut ctx);
|
command.execute(&mut ctx);
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
compositor.push(Box::new(picker));
|
compositor.push(Box::new(overlayed(picker)));
|
||||||
},
|
},
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user