editor: Fix code actions not display. (#1347)

This commit is contained in:
Jason Lee 2025-10-10 19:28:59 +08:00 committed by GitHub
parent d4b0aff534
commit d364402a94
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -331,6 +331,7 @@ impl Render for CodeActionMenu {
deferred(
editor_popover("code-action-menu", cx)
.absolute()
.left(pos.x)
.top(pos.y)
.max_w(max_width)