Merge remote-tracking branch 'origin/master' into 2941-move-lib-to-explorer
This commit is contained in:
@@ -25,7 +25,8 @@ function M.fn(should_close)
|
||||
local parent = (node:get_parent_of_group() or node).parent
|
||||
|
||||
if not parent or not parent.parent then
|
||||
return view.set_cursor({ 1, 0 })
|
||||
view.set_cursor({ 1, 0 })
|
||||
return
|
||||
end
|
||||
|
||||
local _, line = utils.find_node(parent.explorer.nodes, function(n)
|
||||
|
||||
Reference in New Issue
Block a user