Viswesh Subramanian

Results 2 comments of Viswesh Subramanian

```detachEveryConnection``` is now ```deleteEveryConnection``` but fireEvent flag is still being ignored. ex.) ``` plumb.deleteEveryConnection($node, { fireEvent: false }); ``` As a workaround from implementation side, I just use a flag...

```detachEveryConnection``` is now ```deleteEveryConnection``` but fireEvent flag is still being ignored. ex.) ``` plumb.deleteEveryConnection($node, { fireEvent: false }); ``` As a workaround from implementation side, I just use a flag...