Skip to content

Commit

Permalink
fix(hover): duplicate remove keymap close #1451
Browse files Browse the repository at this point in the history
  • Loading branch information
glepnir committed May 28, 2024
1 parent 200256d commit f80f96d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/lspsaga/hover.lua
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ function hover:render_hover_doc(args)
api.nvim_set_current_win(self.winid)
return
else
util.delete_scroll_map(api.nvim_get_current_buf())
api.nvim_win_close(self.winid, true)
self:clean()
return
Expand Down

0 comments on commit f80f96d

Please sign in to comment.