<!-- Thanks for your interest in Plotly's Dash Cytoscape Component! Note that GitHub issues in this repo are reserved for bug reports and feature requests. Implementation questions should be discussed in our [Dash Community Forum](https://community.plotly.com/c/dash). Before opening a new issue, please search through existing issues (including closed issues) and the [Dash Community Forum](https://community.plotly.com/c/dash). When reporting a bug, please include a reproducible example! We recommend using the [latest version](https://github.com/plotly/dash-cytoscape/blob/master/CHANGELOG.md) as this project is frequently updated. Issues can be browser-specific so it's usually helpful to mention the browser and version that you are using. --> #### Description #### Steps/Code to Reproduce remove line 14, edge in graph, from `demos/usage-reset-layoyt.py` see https://github.com/plotly/dash-cytoscape/pull/141 <!-- If the code is too long, feel free to put it in a public gist and link it in the issue: https://gist.github.com --> #### Expected Results <!-- Please paste or describe the expected results.--> Layout should still be updated when pressing reset #### Actual Results <!-- Please paste or specifically describe the actual output or traceback. --> nothing happens #### Versions <!-- Please run the following snippet and paste the output below: from __future__ import print_function import dash; print("Dash", dash.__version__) import dash_html_components; print("Dash Core Components", dash_html_components.__version__) import dash_core_components; print("Dash HTML Components", dash_core_components.__version__) import dash_renderer; print("Dash Renderer", dash_renderer.__version) import dash_cytoscape; print("Dash HTML Components", dash_cytoscape.__version__) --> Dash 1.20.0 Dash Core Components 1.1.3 Dash HTML Components 1.16.0 Dash Renderer 1.9.1 Dash HTML Components 0.2.0 <!-- Thanks for taking the time to help up improve this component. Dash Cytoscape would not be possible without awesome contributors like you! -->