@douyinfe/semi-ui 2.23.6 → 2.23.7

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.
@@ -102963,7 +102963,7 @@ class preview_Preview extends baseComponent_BaseComponent {
102963
102963
  const finalSrcList = [...srcArr, ...srcListInChildren];
102964
102964
  return /*#__PURE__*/external_root_React_commonjs2_react_commonjs_react_amd_react_default.a.createElement(PreviewContext.Provider, {
102965
102965
  value: {
102966
- isGroup: finalSrcList.length > 1,
102966
+ isGroup: true,
102967
102967
  previewSrc: finalSrcList,
102968
102968
  titles: titles,
102969
102969
  currentIndex,