Skip to content

Commit

Permalink
fix(router): properly disable updater when disabling Noice. Fixes #423
Browse files Browse the repository at this point in the history
  • Loading branch information
folke committed Apr 17, 2023
1 parent c274dac commit 3bed83b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/noice/message/router.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ end
function M.disable()
if M._updater then
M._updater.stop()
M._updater = nil
Manager.clear()
M.update()
end
Expand Down

0 comments on commit 3bed83b

Please sign in to comment.