Fixed Input not sending events

Fixed :destroy sending unnecessary errors
Other small fixes
This commit is contained in:
Robert Jelic
2025-04-08 09:59:40 +02:00
parent 4b4b2e3ca7
commit 90b4928e6f
6 changed files with 66 additions and 37 deletions

View File

@@ -50,6 +50,9 @@ local BaseElement = {
hooks = {
postInit = {
pre = function(self)
if self._postInitialized then
return self
end
self:applyTheme()
end
}