You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Node classes that extended LGraphNode used to be able to define an onMouseDown handler to be fired when the mouse is down on a node.
However, 3b4c0b5 seems to have broken that byassigning an onMouseDown rather than create a default instance method on LGraphNode (which can then be overridden with a class override).