Skip to content

[BUG] Can't move a node in Z #2294

@acardona

Description

@acardona

According to the tracing-tool.js,:

    this.addAction(new CATMAID.Action({                                                                                                                                
      helpText: "With <kbd>Alt</kbd> held, move selected node up in Z",
      keyShortcuts: {',': ['Alt + ,']},
      run: createNodeZMover(-1)
    }));                                                                                                                                                               

    this.addAction(new CATMAID.Action({
      helpText: "With <kbd>Alt</kbd> held, move selected node down in Z",                                                                                              
      keyShortcuts: {'.': ['Alt + .']},                                                                                                                                
      run: createNodeZMover(1)                                                                                                                                         
    }));

... but pushing '.' or ',', with or without Alt, doesn't seem to do anything to the selected treenode.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions