Make LSP panel scrollable
co-authored-by: Max <max@zed.dev>
This commit is contained in:
parent
d42093e069
commit
ead7155b0f
1 changed files with 1 additions and 0 deletions
|
@ -647,6 +647,7 @@ impl View for LspLogToolbarItemView {
|
|||
Overlay::new(
|
||||
MouseEventHandler::new::<Menu, _>(0, cx, move |_, cx| {
|
||||
Flex::column()
|
||||
.scrollable::<Self>(0, None, cx)
|
||||
.with_children(menu_rows.into_iter().map(|row| {
|
||||
Self::render_language_server_menu_item(
|
||||
row.server_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue