neo4j / neo4j-browser

Neo4j Browser is the general purpose user interface for working with Neo4j. Query, visualize, administrate and monitor the database.
https://neo4j.com
GNU General Public License v3.0
678 stars 346 forks source link

Reset expandedNodeMap when Graph is reset #1902

Closed Xxy1016 closed 1 year ago

Xxy1016 commented 1 year ago

When we reset a Graph, we see that the expandedNodeMap was not reset. We think we should clear all instance variables while resetting the graph. So this PR adds the reset to the expandedNodeMap

OskarDamkjaer commented 1 year ago

Hi! Thanks for this, if you could sign the CLA I'd be happy to merge it :+1:

Xxy1016 commented 1 year ago

Hi, @OskarDamkjaer, thanks for your attention. I have emailed my signed CLA as instruction in here. Is there any thing I should do before getting this merged?

OskarDamkjaer commented 1 year ago

@Xxy1016 Thanks! I'll rerun our tests and merge when they come back green!