Files
telescope.nvim/lua
xudyang1 b5fd7f7ae0 fix(picker): nil check manager on toggle_selection (#3283)
Probably due to some async race condition, when typing fast, an error "attempt to index field 'manager' (a boolean value)" can be thrown if accidentally pressed <Tab> or <C-i> 

This is a temp fix for that.
2024-09-19 02:26:50 +00:00
..