Remove border from code actions popup (#3444)

imgbot
A-Walrus 2 years ago committed by GitHub
parent ac460ac837
commit d38950bdf9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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