In a NodeViews, addEventListener calls need to be cleaned up manually in `destroy`, right?

I assume so, but since it’s not explicitly mentioned I figured I’d ask to avoid duplicating logic.

Not necessary in the listener is on a node that’s part of the node view. When the node is removed from the DOM, the garbage collector will take care of it.

1 Like