hizzgdev / jsmind

a mind mapping library built by javascript
http://hizzgdev.github.io/jsmind/
Other
3.47k stars 867 forks source link

Nodes don't move when press up/down keys #584

Closed miyaz closed 8 months ago

miyaz commented 8 months ago

Hi, Thanks for developing great software. I've found a behavior that seems to be a bug, so I'll report it.

When moving a node selection using the up/down keys, I can see a behavior that move to two nodes ahead or don't move.

Reproduction steps:

[1] 1 [2] 2 [3] 3

hizzgdev commented 8 months ago

hi @miyaz , do you use the latest version of jsmind, seems the issue has been fixed in v0.7.9, can you take a look at the version of jsmind in your project?

miyaz commented 8 months ago

I use v0.8.1. I've confirmed that it also occurs with the latest version (0.8.2) on the page below. https://hizzgdev.github.io/jsmind/example/2_features.html

hizzgdev commented 8 months ago

issue confirmed, will fix it ASAP. Thanks @miyaz

hizzgdev commented 8 months ago

The update has been released in https://github.com/hizzgdev/jsmind/releases/tag/v0.8.3 Thanks again @miyaz