This commit is contained in:
Insality
2025-03-05 21:52:18 +02:00
parent c3b132187a
commit d6bec60ba9
12 changed files with 48 additions and 270 deletions

View File

@@ -33,8 +33,7 @@ local component = require("druid.component")
---@field on_size_changed event.on_size_changed
local M = component.create("layout")
---Layout component constructor
---@local
---@param node_or_node_id node|string
---@param layout_type druid.layout.mode
function M:init(node_or_node_id, layout_type)
@@ -60,7 +59,6 @@ function M:init(node_or_node_id, layout_type)
end
---@local
function M:update()
if not self.is_dirty then
return