ywana-core8 0.0.983 → 0.0.984

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2752,7 +2752,6 @@ var Tree = function Tree(_ref) {
2752
2752
  * Tree Node
2753
2753
  */
2754
2754
  var TreeNode = function TreeNode(_ref2) {
2755
- var _React$createElement;
2756
2755
  var id = _ref2.id,
2757
2756
  _ref2$icon = _ref2.icon,
2758
2757
  icon = _ref2$icon === void 0 ? 'folder' : _ref2$icon,
@@ -2778,10 +2777,10 @@ var TreeNode = function TreeNode(_ref2) {
2778
2777
  icon: icon,
2779
2778
  size: "small",
2780
2779
  small: true
2781
- }) : null, /*#__PURE__*/React.createElement("div", (_React$createElement = {
2782
- className: "label",
2780
+ }) : null, /*#__PURE__*/React.createElement("div", {
2781
+ className: "label " + clickable,
2783
2782
  onClick: select
2784
- }, _React$createElement["className"] = clickable, _React$createElement), labelTxt), /*#__PURE__*/React.createElement("div", {
2783
+ }, labelTxt), /*#__PURE__*/React.createElement("div", {
2785
2784
  className: "actions"
2786
2785
  }, actions)), children);
2787
2786
  };