8 lines
179 B
Lua
8 lines
179 B
Lua
|
--- @sync entry
|
||
|
return {
|
||
|
entry = function()
|
||
|
local h = cx.active.current.hovered
|
||
|
ya.manager_emit("tab_create", h and h.cha.is_dir and { h.url } or { current = true })
|
||
|
end,
|
||
|
}
|