Skip to content

Commit

Permalink
feat(term): wrap command palette in overlay (#2378)
Browse files Browse the repository at this point in the history
Looks better and is consistent with the rest, nothing else.
  • Loading branch information
matoous committed May 3, 2022
1 parent 042463a commit d2b1add
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helix-term/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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)));
},
));
}
Expand Down

0 comments on commit d2b1add

Please sign in to comment.