learn-anything / react-mindmap

React component for MindNode maps
https://learn-anything.xyz
MIT License
422 stars 107 forks source link

Show nodes that contain a note #9

Closed nglgzz closed 6 years ago

nglgzz commented 7 years ago

Right now to see the node's note you have to hover on the node. The problem is that you can't distinguish nodes that have notes from ones that don't. Maybe we could assign a CSS class to them and style them differently.