bhd-components 0.10.25 → 0.10.26

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.
@@ -14848,7 +14848,10 @@ var VirtuosoList = /*#__PURE__*/ forwardRef(function(props, ref) {
14848
14848
  // 只有最后一条才显示底部操作啦 且是左侧消息 且不是招呼语
14849
14849
  }
14850
14850
  if (location === "floatTop" || location === "floatBottom") {
14851
- if (item.location === "left" && item.id !== "helloMsg" && item.id !== "inputing" && index === recordRef.current.dataSource.length - 1) return null;
14851
+ if (item.location === "left" && item.id !== "helloMsg" && item.id !== "inputing" && index === recordRef.current.dataSource.length - 1) // return null;
14852
+ return /*#__PURE__*/ jsx("div", {
14853
+ className: "".concat(getCls("msgItem-action-empty"))
14854
+ });
14852
14855
  // 浮框
14853
14856
  return /*#__PURE__*/ jsx("div", {
14854
14857
  className: "".concat(getCls("msgItem-action-operate")),