fix: regression on create (do not open node)
This commit is contained in:
@@ -54,7 +54,6 @@ function M.create(node)
|
|||||||
if not ans or #ans == 0 then return end
|
if not ans or #ans == 0 then return end
|
||||||
|
|
||||||
if not ans:match('/') then
|
if not ans:match('/') then
|
||||||
node.open = true
|
|
||||||
return create_file(add_into..ans)
|
return create_file(add_into..ans)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user