@lvce-editor/main-area-worker 5.1.0 → 5.2.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.
|
@@ -2792,7 +2792,11 @@ const renderTab = (tab, isActive, tabIndex, groupIndex) => {
|
|
|
2792
2792
|
'data-index': tabIndex,
|
|
2793
2793
|
onClick: HandleClickClose,
|
|
2794
2794
|
type: Button
|
|
2795
|
-
},
|
|
2795
|
+
}, {
|
|
2796
|
+
childCount: 0,
|
|
2797
|
+
className: 'MaskIcon MaskIconClose',
|
|
2798
|
+
type: Div
|
|
2799
|
+
}];
|
|
2796
2800
|
};
|
|
2797
2801
|
|
|
2798
2802
|
const renderTabBar = (group, groupIndex) => {
|