mirror of
https://github.com/folke/snacks.nvim
synced 2025-08-04 18:58:12 +00:00
fix(picker): remove debug
This commit is contained in:
parent
45a6f8d1ee
commit
a23b10e6ca
1 changed files with 0 additions and 1 deletions
|
@ -465,7 +465,6 @@ function Placement:render_grid(loc)
|
|||
end
|
||||
|
||||
if self.opts.inline then
|
||||
dd(loc, self.opts)
|
||||
vim.api.nvim_buf_clear_namespace(self.buf, self.ns, 0, -1)
|
||||
self.extmark_id = vim.api.nvim_buf_set_extmark(self.buf, self.ns, loc[1] - 1, loc[2], {
|
||||
id = self.extmark_id,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue