This commit is contained in:
Kartik K. Agaram 2023-06-21 22:12:46 -07:00
parent 50449ba7c6
commit f9784faaf7
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ compute_layout = function(node, x,y, nodes_to_render, preserve_screen_top_of_cur
else
update_editor_box(node, preserve_screen_top_of_cursor_node)
end
node.h = box_height(node)
node.h = box_height(node)
table.insert(nodes_to_render, node)
for _,n in ipairs(pending_nodes) do
n.w = node.w