Skip to content

Investigate d3 enter bug in game.js #2

@rwilliams

Description

@rwilliams
Image

around line 799. I think it's basically trying to make a crosshair on the nodes.
// d3.selectAll(".node").style("cursor", "crosshair");
d3.enter().append("rect")
.attr("class", "background")
.style("visibility", "hidden")
.style("cursor", "crosshair");

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions