- Issue created by @jeroen dost
- ๐ซ๐ฎFinland sokru
The feature is provided by ext-persist extension (https://github.com/mar10/fancytree/wiki/ExtPersist)
See also ๐ Consider jstree as alternative for jquery.fancytree Active and for implementation with fancytree: #2902828: Add fancytree's Drag-and-drop support (native HTML5) - ext-dnd5 โ
- First commit to issue fork.
- Status changed to Needs review
3 months ago 2:50pm 9 September 2024 - ๐บ๐ธUnited States torfj Seattle, WA
I tried adding the persist extension and itโs working well so far, though further testing is needed. Currently, it uses session storage, so the data is removed when the browser tab is closed. It uses session storage meaning the data is removed when the browser tab is closed. However, this can be switched to local storage if needed.
I also included the restore event from the extension to ensure the previously selected node is reopened.