I don't want the connected nodes to disconnect,I used this method, but it still disconnects when dragging the port. ``` node2Input.Port.ConnectionDragStarted.Subscribe(s => { node2Input.Port.OnPortEnter(); }); ```