Lot of bug fixxes
This commit is contained in:
@@ -194,6 +194,9 @@ PropertySystem.addSetterHook(function(element, propertyName, value, config)
|
||||
end
|
||||
end)
|
||||
|
||||
--- This module provides reactive functionality for elements, it adds no new functionality for elements.
|
||||
--- It is used to evaluate expressions in property values and update the element when the expression changes.
|
||||
---@class Reactive
|
||||
local BaseElement = {}
|
||||
|
||||
BaseElement.hooks = {
|
||||
|
||||
Reference in New Issue
Block a user