fix: window update should happen on main loop

This commit is contained in:
əlemi 2025-02-15 12:40:02 +01:00
parent e7dc51c79c
commit e1f1343812
Signed by: alemi
GPG key ID: A4895B84D311642C

View file

@ -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)