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(
|
deferred(
|
||||||
editor_popover("code-action-menu", cx)
|
editor_popover("code-action-menu", cx)
|
||||||
|
.absolute()
|
||||||
.left(pos.x)
|
.left(pos.x)
|
||||||
.top(pos.y)
|
.top(pos.y)
|
||||||
.max_w(max_width)
|
.max_w(max_width)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue