nadrad / h-m-m

Hackers Mind Map
GNU General Public License v3.0
1.89k stars 53 forks source link

Current node is not highlighted in certain circumstances #53

Closed qadzek closed 1 year ago

qadzek commented 1 year ago

Thanks a lot for creating this very useful tool.

I noticed a minor issue. When enabling aligned levels using the | key, active nodes without siblings aren't highlighted. E.g. in the screenshot, the node golf is activated (the text editor shows this), but the node isn't highlighted.

image

akashpal-21 commented 1 year ago

I can confirm this bug, this happens when aligned levels is true and the node has only one entry. Highlight returns when second sibling is added.

Idk how to fix, but a fix would greatly improve working with large and messy maps.

nadrad commented 1 year ago

Fixed :)

akashpal-21 commented 1 year ago

Much thanks :)

qadzek commented 1 year ago

Thanks a lot. I have updated the application and the issue has now indeed disappeared.