mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fixed replymodal not closing
This commit is contained in:
@@ -124,6 +124,7 @@ const ReplyModal = ({ isOpen, closeModal }) => {
|
|||||||
(async () => {
|
(async () => {
|
||||||
await publishComment();
|
await publishComment();
|
||||||
resetFields();
|
resetFields();
|
||||||
|
closeModal();
|
||||||
})();
|
})();
|
||||||
}
|
}
|
||||||
}, [publishCommentOptions]);
|
}, [publishCommentOptions]);
|
||||||
|
|||||||
Reference in New Issue
Block a user