Skip to content

Commit

Permalink
fix: comply with sxyazi/yazi#1938
Browse files Browse the repository at this point in the history
  • Loading branch information
boydaihungst committed Nov 23, 2024
1 parent f4f5a47 commit bffdc58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ local render_numbers = ya.sync(function(_, mode, styles, resizable_entity_childr

-- loop through all entity children
for c_idx, c in ipairs(entity_self._children) do
local child_component = (type(c[1]) == "string" and entity_self[c[1]] or c[1])(entity_self)
local child_component = ui.Line((type(c[1]) == "string" and entity_self[c[1]] or c[1])(entity_self))
local is_resizable = false
-- add some metadata for this commponent/children
for _, resizable_child_id in ipairs(resizable_entity_children_ids) do
Expand Down

0 comments on commit bffdc58

Please sign in to comment.