This commit is contained in:
Insality
2025-03-06 01:13:04 +02:00
parent 1a138f7020
commit ea4ff7eafc
4 changed files with 1 additions and 84 deletions

View File

@@ -235,7 +235,7 @@ end
---Get parent component
---@return druid.component|nil parent The parent component if exist or nil
---@return druid.component|nil parent_component The parent component if exist or nil
function M:get_parent_component()
return self._meta.parent
end