editor: Fix code actions not display. (#1347)
This commit is contained in:
parent
d4b0aff534
commit
d364402a94
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue