This reverts commit 38aac09151.
This commit is contained in:
@@ -15,7 +15,7 @@ function M.fn(direction)
|
||||
local first, last, next, prev = nil, nil, nil, nil
|
||||
local found = false
|
||||
local parent = node.parent or core.get_explorer()
|
||||
Iterator.builder(parent and parent.nodes or {})
|
||||
Iterator.builder(parent.nodes)
|
||||
:recursor(function()
|
||||
return nil
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user