mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-05 19:28:24 +00:00
fix(picker): update title on find. Fixes #717
This commit is contained in:
parent
e2f956fd36
commit
431a24e24e
1 changed files with 1 additions and 0 deletions
|
@ -644,6 +644,7 @@ function M:find(opts)
|
||||||
local finding = false
|
local finding = false
|
||||||
if self.finder:init(filter) or refresh then
|
if self.finder:init(filter) or refresh then
|
||||||
finding = true
|
finding = true
|
||||||
|
self:update_titles()
|
||||||
if self:count() > 0 then
|
if self:count() > 0 then
|
||||||
-- pause rapid list updates to prevent flickering
|
-- pause rapid list updates to prevent flickering
|
||||||
self.list:pause(60)
|
self.list:pause(60)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue