-
-
Notifications
You must be signed in to change notification settings - Fork 394
Closed
Description
I have a list of app.Compo's that are a generic "Node" and I render a list ([]*Node) of them.
When deleting one of the Nodes (from the middle of the list) like this:
sc.nodes[i] = sc.nodes[len(sc.nodes)-1]
sc.nodes = sc.nodes[:len(sc.nodes)-1]
The event listeners seem to no longer work. Based on the inspect view it looks like there are listeners registered. (Are they from the other Node that was removed?)
Any help would be appreciated.
Metadata
Metadata
Assignees
Labels
No labels