altarfinch

Results 2 issues of altarfinch

When switching selection from one node to the other, we get two events. For example: 1. Node 0 is selected 2. We click on node 1 3. We receive one...

@sha-N, I noticed some wrong definitions: ``` onDrawBackground?( canvas: HTMLCanvasElement, ctx: CanvasRenderingContext2D ): void; onDrawForeground?( canvas: HTMLCanvasElement, ctx: CanvasRenderingContext2D ): void; ``` I believe the arguments are swapped, it should...