bhd-components 0.10.27 → 0.10.28

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.
@@ -14733,7 +14733,7 @@ var VirtuosoList = /*#__PURE__*/ forwardRef(function(props, ref) {
14733
14733
  };
14734
14734
  var renderAction = function(location, item) {
14735
14735
  if (item.id === "inputing" || item.id === "helloMsg" || item.id === recordRef.current.sendingId || item.hideAction) {
14736
- if (location === "floatBottom") {
14736
+ if (location === "floatBottom" || location === "floatTop") {
14737
14737
  return /*#__PURE__*/ jsx("div", {
14738
14738
  className: "".concat(getCls("msgItem-action-empty"))
14739
14739
  });