feat(term): wrap command palette in overlay (#2378)

Looks better and is consistent with the rest, nothing else.
imgbot
Matouš Dzivjak 2 years ago committed by GitHub
parent 042463a4d1
commit d2b1add1f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save