We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37f531 commit 7943df0Copy full SHA for 7943df0
lua/neo-tree/sources/common/commands.lua
@@ -39,7 +39,7 @@ local function get_folder_node(state)
39
end
40
41
local parent_id = node:get_parent_id()
42
- if parent_id or parent_id == last_id then
+ if not parent_id or parent_id == last_id then
43
return node
44
else
45
last_id = parent_id
0 commit comments