This commit is contained in:
Diogo Duarte
2024-07-14 19:56:40 +01:00
parent 15304f3535
commit b5dd86a7dd

View File

@@ -34,7 +34,7 @@ local _get_real_index = ya.sync(function(state, idx)
end)
local _get_hovered_file = ya.sync(function()
local folder = Folder:by_kind(Folder.CURRENT)
local folder = cx.active.current
if not folder.hovered then
return { url = folder.cwd, is_cwd = true }
end