Skip to content

Commit

Permalink
fix(pickers): always redraw when screen is resized (#2140)
Browse files Browse the repository at this point in the history
Due to regression from switching
to lua autocmd api pickers
 were resized only once.

(cherry picked from commit 3e944f0)
  • Loading branch information
Akianonymus authored and Conni2461 committed Aug 26, 2022
1 parent 5103387 commit 7bad079
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lua/telescope/pickers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,6 @@ function Picker:find()
buffer = prompt_bufnr,
group = "PickerInsert",
nested = true,
once = true,
callback = function()
require("telescope.pickers").on_resize_window(prompt_bufnr)
end,
Expand Down

0 comments on commit 7bad079

Please sign in to comment.