Update Druid components

This commit is contained in:
Insality
2024-10-19 10:58:24 +03:00
parent ad339508cf
commit d73835a2d5
7 changed files with 81 additions and 53 deletions

View File

@@ -406,6 +406,7 @@ function M.calculate_rows_data(self)
return rows_data
end
-- @tparam node node
-- @tparam number x
-- @tparam number y
@@ -420,4 +421,5 @@ function M:set_node_position(node, x, y)
return node
end
return M