Skip to content

Commit

Permalink
fix: display popup position base on editor
Browse files Browse the repository at this point in the history
  • Loading branch information
jellydn committed Nov 5, 2023
1 parent 7813b46 commit 6951948
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/hurl/popup.lua
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ local popups = {

local layout = Layout(
{
relative = 'editor',
position = '50%',
size = {
width = 80,
Expand Down

0 comments on commit 6951948

Please sign in to comment.