Socket
Socket
Sign inDemoInstall

rc-tree

Package Overview
Dependencies
Maintainers
2
Versions
306
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-tree - npm Package Compare versions

Comparing version 0.25.4 to 0.25.5

8

lib/Tree.js

@@ -82,4 +82,2 @@ 'use strict';

value: function onDragStart(e, treeNode) {
// console.log(this.refs.tree.parentNode, treeNode.refs.selectHandle);
// this.createDragElement(treeNode);
this.dragNode = treeNode;

@@ -101,2 +99,8 @@ this.dragNodesKeys = this.getDragNodes(treeNode);

});
try {
// ie throw error
e.dataTransfer.setData('text/plain', 'firefox-need-it');
} finally {
// empty
}
}

@@ -103,0 +107,0 @@ }, {

@@ -131,2 +131,3 @@ 'use strict';

value: function onDrop(e) {
e.preventDefault();
e.stopPropagation();

@@ -133,0 +134,0 @@ this.setState({

{
"name": "rc-tree",
"version": "0.25.4",
"version": "0.25.5",
"description": "tree ui component for react",

@@ -5,0 +5,0 @@ "keywords": [

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc