Make empty dir icons auto update

This commit is contained in:
Cooper b. Anderson
2021-02-18 05:16:16 -05:00
committed by Kiyan
parent 25b414051f
commit 4579c6d2b9
3 changed files with 12 additions and 10 deletions

View File

@@ -54,6 +54,7 @@ function M.create(node)
if not ans or #ans == 0 then return end
if not ans:match('/') then
node.open = true
return create_file(add_into..ans)
end