Skip to content

Commit

Permalink
fix(summary): redraw after render
Browse files Browse the repository at this point in the history
  • Loading branch information
rcarriga committed Jul 4, 2022
1 parent 4be8e2e commit b8c66b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/neotest/consumers/summary/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ local function render(expanded)
if not rendered then
logger.error("Couldn't render buffer", err)
end
async.api.nvim_exec("redraw", false)
end

local function expand(pos_id, recursive, focus)
Expand Down

0 comments on commit b8c66b0

Please sign in to comment.