@lvce-editor/explorer-view 2.15.0 → 2.16.0
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.
|
@@ -3893,6 +3893,8 @@ const getVisibleExplorerItems = (items, minLineY, maxLineY, focusedIndex, editin
|
|
|
3893
3893
|
const className = isFocused ? mergeClassNames(TreeItem, TreeItemActive) : TreeItem;
|
|
3894
3894
|
const expanded = getExpandedType(item.type);
|
|
3895
3895
|
const ariaExpanded = ariaExpandedValues[expanded];
|
|
3896
|
+
|
|
3897
|
+
// @ts-ignore
|
|
3896
3898
|
visible.push({
|
|
3897
3899
|
...item,
|
|
3898
3900
|
isEditing: i === editingIndex,
|