vue-jstree icon indicating copy to clipboard operation
vue-jstree copied to clipboard

Remove duplicate onItemToggle call

Open twhtanghk opened this issue 7 years ago • 2 comments

onItemToggle call is supposed to be invoked via watch 'model.opened' handler. The onItemToggle call in handleItemToggle is duplicated. Please review.

twhtanghk avatar May 15 '18 09:05 twhtanghk

I started using this component (it's great btw :)) and I noticed the same thing. This PR definitely fixes it, but I don't know if it has any impacts on other functions.

v1r0x avatar Jun 27 '18 13:06 v1r0x

fix dragstart to pass empty string for IE instead of null in e.dataTransfer.setData.

twhtanghk avatar Aug 09 '18 04:08 twhtanghk