mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-25 02:46:17 +04:00
Remove border from code actions popup (#3444)
This commit is contained in:
parent
ac460ac837
commit
d38950bdf9
@ -491,8 +491,7 @@ pub fn code_action(cx: &mut Context) {
|
||||
});
|
||||
picker.move_down(); // pre-select the first item
|
||||
|
||||
let popup =
|
||||
Popup::new("code-action", picker).margin(helix_view::graphics::Margin::all(1));
|
||||
let popup = Popup::new("code-action", picker);
|
||||
compositor.replace_or_push("code-action", popup);
|
||||
},
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user