ShiroWinG

Results 1 comments of ShiroWinG

> I'm using something like this > > ``` > d3.selectAll(".my_node").on('contextmenu', (d) => { > contextMenu(menu); > }); > ``` > > I no longer see the `property pageX` error....