You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
jstree/src/misc.js
Line 160 in 2653152
I used this function
to add a button to the nodes. I couldn't use the click event for the button because of
e.stopImmediatePropagation();
what's the reason for using this method in the function? does removing it going to make a problem?
Beta Was this translation helpful? Give feedback.
All reactions