mirror of
https://github.com/hexedtech/codemp-nvim.git
synced 2025-04-08 19:41:32 +02:00
fix: window update should happen on main loop
This commit is contained in:
parent
e7dc51c79c
commit
e1f1343812
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ local function join(workspace)
|
|||
}
|
||||
end
|
||||
end
|
||||
require('codemp.window').update()
|
||||
vim.schedule(function () require('codemp.window').update() end)
|
||||
end)
|
||||
ws:callback(function(_) async:send() end)
|
||||
end)
|
||||
|
|
Loading…
Add table
Reference in a new issue