Fixed animation
Fixed eventsystem not registering its parent events
This commit is contained in:
@@ -33,6 +33,7 @@ Graph.defineProperty(Graph, "series", {default = {}, type = "table", canTriggerR
|
||||
--- @private
|
||||
function Graph.new()
|
||||
local self = setmetatable({}, Graph):__init()
|
||||
self.class = Graph
|
||||
return self
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user