### What problem does this PR solve? feat: pull the message list after sending the message successfully #918 ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -10,7 +10,7 @@ const ChatDrawer = ({ visible, hideModal }: IModalProps<any>) => {
|
||||
onClose={hideModal}
|
||||
open={visible}
|
||||
getContainer={false}
|
||||
width={470}
|
||||
width={window.innerWidth > 1278 ? '30%' : 470}
|
||||
mask={false}
|
||||
// zIndex={10000}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user