@douyinfe/semi-ui 2.52.2 → 2.52.3
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/umd/semi-ui.js
CHANGED
|
@@ -36291,7 +36291,7 @@ function util_traverseDataNodes(treeNodes, callback) {
|
|
|
36291
36291
|
let item = null;
|
|
36292
36292
|
// Process node if is not root
|
|
36293
36293
|
if (node) {
|
|
36294
|
-
const key = parent ? `${parent.key}${constants_VALUE_SPLIT}${node.value}` : node.value
|
|
36294
|
+
const key = parent ? `${parent.key}${constants_VALUE_SPLIT}${node.value}` : `${node.value}`;
|
|
36295
36295
|
const pos = parent ? util_getPosition(parent.pos, ind) : `${ind}`;
|
|
36296
36296
|
item = {
|
|
36297
36297
|
data: Object.assign({}, node),
|