feat(ui): keep cursor position when rendering view

This commit is contained in:
Folke Lemaitre 2024-06-26 22:45:21 +02:00
parent 249902ab31
commit 591ded8309
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040
2 changed files with 5 additions and 1 deletions

View file

@ -136,7 +136,7 @@ function Runner:_start()
wait_step = s.step
else
s.task = self:queue(plugin, step)
plugin._.working = not not s.task
plugin._.working = true
active = active + 1
end
end