Skip to content

postJump doesn't remove old stuff when new canvas only has static layers #163

Description

@tracyhenry

also, these lines made the wrong assumption that gvd.curCanvas is the old canvas:

Kyrix/front-end/js/jump.js

Lines 143 to 145 in 75d76d5

for (var i = 0; i < gvd.curCanvas.layers.length; i++)
if (gvd.curCanvas.layers[i].isStatic)
d3.selectAll(viewClass + ".oldlayerg" + ".layer" + i).remove();

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions