fix(picker): update title on find. Fixes #717

This commit is contained in:
Folke Lemaitre 2025-01-23 14:01:51 +01:00
parent e2f956fd36
commit 431a24e24e
No known key found for this signature in database
GPG key ID: 41F8B1FBACAE2040

View file

@ -644,6 +644,7 @@ function M:find(opts)
local finding = false
if self.finder:init(filter) or refresh then
finding = true
self:update_titles()
if self:count() > 0 then
-- pause rapid list updates to prevent flickering
self.list:pause(60)