Closed seangrant82 closed 4 years ago
software name | version |
---|---|
OS | Windows 10 Pro 1809 |
Web browser | Chrome 79.0.3945.117 (Official Build) (64-bit) |
Neo4j Browser | 4.0.1 |
Neo4j | 3.5.5 |
There wasn't left brace
I can't see the left brace either, closing this. Tried in chrome on mac. Feel free to re-open if you find a way to reproduce
Description
When creating node in the Neo4j browser in Chrome on Windows 10 , a left brace appears next to the label when viewing them. This only appears in Chrome and not in FireFox, Edge or the desktop application
Reproduce Steps
CREATE (actf:aircraft {model:'DC-89'})
MATCH (n:aircraft) RETURN n LIMIT 25
You will see in Chrome there is a left brace:Expected Behavior
It should behave in the same way as in all other browsers where no left brace appears
Your Environment
Additional Information