Skip to content

Commit

Permalink
fix: reset update debounce handler on destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
b0o committed Jan 25, 2024
1 parent 0dd24a5 commit 84344c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/incline/manager.lua
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ M.destroy = function()
if not state.initialized then
return
end
M.update:reset()
util.clear_augroup()
for _, tabpage in ipairs(state.tabpages) do
tabpage:destroy()
Expand Down

0 comments on commit 84344c4

Please sign in to comment.