Fixed Input not sending events
Fixed :destroy sending unnecessary errors Other small fixes
This commit is contained in:
@@ -50,6 +50,9 @@ local BaseElement = {
|
||||
hooks = {
|
||||
postInit = {
|
||||
pre = function(self)
|
||||
if self._postInitialized then
|
||||
return self
|
||||
end
|
||||
self:applyTheme()
|
||||
end
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user