Replies: 1 comment
-
All those events happen AFTER the change has occurred. Just in case - attach the handlers after creating the tree, so that internal handlers have priority. You could also debounce your handler (give it some time after the event and before saving to localStorage). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When working with the context menu, All the below code seems to fire prior to the rename, not after it. If the Tree changes, I'd like to save it to local storage, not just the state of open/closed and checked
Beta Was this translation helpful? Give feedback.
All reactions