We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment info Cytoscape.js version : 3.32.0 Browser/Node.js & version : Google Chrome v 130.0.6723.117 Cytoscape-expand-collapse.js: 4.1.1
Current behaviour Configured in the events "beforecollapse beforeexpand", "aftercollapse afterexpand" subject children collapse.
Current behaviour: subject node "selectable" parameter becomes false. Correct behaviour: subject node "selectable" should not change
example code:
cy.on("expandcollapse.afterexpand", (event) => { let node = event.target; apiec.collapse(node.children()); });
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment info
Cytoscape.js version : 3.32.0
Browser/Node.js & version : Google Chrome v 130.0.6723.117
Cytoscape-expand-collapse.js: 4.1.1
Current behaviour
Configured in the events "beforecollapse beforeexpand", "aftercollapse afterexpand" subject children collapse.
Current behaviour: subject node "selectable" parameter becomes false.
Correct behaviour: subject node "selectable" should not change
example code:
The text was updated successfully, but these errors were encountered: