Skip to content

Commit bf75b5a

Browse files
guangyaoguangyao
authored andcommitted
fix 点击页面收起菜单
1 parent 492689d commit bf75b5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/RCTAuroraIMUI/IMUIMessageCollectionView/Views/IMUIBaseMessageCell.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,8 +238,8 @@ open class IMUIBaseMessageCell: UICollectionViewCell, IMUIMessageCellProtocal,Me
238238
}
239239

240240
func tapCellView(){//点击整个cell,隐藏键盘
241-
// self.delegate?.messageCollectionView?(tapCellView: "")
242-
UIApplication.shared.keyWindow?.endEditing(true)
241+
self.delegate?.messageCollectionView?(tapCellView: "")
242+
// UIApplication.shared.keyWindow?.endEditing(true)
243243
}
244244

245245

0 commit comments

Comments
 (0)