This commit is contained in:
zumbalogy 2025-08-27 00:41:03 +08:00 committed by GitHub
commit 0ebc295c09
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 37 additions and 24 deletions

View file

@ -1007,7 +1007,7 @@ impl Render for LspTool {
let lsp_tool = cx.entity();
div().child(
div().py(DynamicSpacing::Base04.rems(cx)).child(
PopoverMenu::new("lsp-tool")
.menu(move |_, cx| lsp_tool.read(cx).lsp_menu.clone())
.anchor(Corner::BottomLeft)