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
1 changed files with 1 additions and 1 deletions
|
@ -2219,7 +2219,7 @@ pub fn command_palette(cx: &mut Context) {
|
|||
command.execute(&mut ctx);
|
||||
},
|
||||
);
|
||||
compositor.push(Box::new(picker));
|
||||
compositor.push(Box::new(overlayed(picker)));
|
||||
},
|
||||
));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue