refactor: api and command focus call tree.open(), soft deprecate tree.focus()

This commit is contained in:
Alexander Courtis
2023-11-26 10:02:47 +11:00
committed by gegoune
parent 5e4475d8bf
commit d5cc938ab0
4 changed files with 5 additions and 10 deletions

View File

@@ -48,7 +48,7 @@ local CMDS = {
bar = true,
},
command = function()
api.tree.focus()
api.tree.open()
end,
},
{