Skip to content

Commit f4ae411

Browse files
chore(build): auto-generate docs
1 parent 2838f06 commit f4ae411

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/extras/editor/snacks_picker.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ opts = {
296296
},
297297
action = function(match)
298298
local idx = picker.list:row2idx(match.pos[1])
299-
picker.list:move(idx, true)
299+
picker.list:_move(idx, true, true)
300300
end,
301301
})
302302
end,
@@ -338,7 +338,7 @@ opts = {
338338
},
339339
action = function(match)
340340
local idx = picker.list:row2idx(match.pos[1])
341-
picker.list:move(idx, true)
341+
picker.list:_move(idx, true, true)
342342
end,
343343
})
344344
end,
@@ -430,7 +430,7 @@ opts = nil
430430
},
431431
action = function(match)
432432
local idx = picker.list:row2idx(match.pos[1])
433-
picker.list:move(idx, true)
433+
picker.list:_move(idx, true, true)
434434
end,
435435
})
436436
end,

0 commit comments

Comments
 (0)