@principal-ade/dynamic-file-tree 0.2.15 → 0.2.16
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.
package/dist/index.mjs
CHANGED
|
@@ -2810,8 +2810,8 @@ var StoryboardWorkflowsTreeCoreInner = ({
|
|
|
2810
2810
|
...dndProps
|
|
2811
2811
|
}, NodeRenderer));
|
|
2812
2812
|
};
|
|
2813
|
-
var StoryboardWorkflowsTreeCore = React13.memo(StoryboardWorkflowsTreeCoreInner, (
|
|
2814
|
-
return
|
|
2813
|
+
var StoryboardWorkflowsTreeCore = React13.memo(StoryboardWorkflowsTreeCoreInner, () => {
|
|
2814
|
+
return true;
|
|
2815
2815
|
});
|
|
2816
2816
|
// src/components/StoryboardWorkflowsTree/types.ts
|
|
2817
2817
|
function hasWorkflowContent(node) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"StoryboardWorkflowsTreeCore.d.ts","sourceRoot":"","sources":["../../../../src/components/StoryboardWorkflowsTree/StoryboardWorkflowsTreeCore.tsx"],"names":[],"mappings":"AACA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAShE,OAAO,KAAK,EAEV,4BAA4B,EAQ7B,MAAM,SAAS,CAAC;AA49BjB,eAAO,MAAM,2BAA2B,
|
|
1
|
+
{"version":3,"file":"StoryboardWorkflowsTreeCore.d.ts","sourceRoot":"","sources":["../../../../src/components/StoryboardWorkflowsTree/StoryboardWorkflowsTreeCore.tsx"],"names":[],"mappings":"AACA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAShE,OAAO,KAAK,EAEV,4BAA4B,EAQ7B,MAAM,SAAS,CAAC;AA49BjB,eAAO,MAAM,2BAA2B,0DAGtC,CAAC"}
|
package/package.json
CHANGED