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 () => {
|
||||
await publishComment();
|
||||
resetFields();
|
||||
closeModal();
|
||||
})();
|
||||
}
|
||||
}, [publishCommentOptions]);
|
||||
|
||||
Reference in New Issue
Block a user