feat: forward message and channel invite

This commit is contained in:
zerosoul
2022-04-22 17:06:52 +08:00
parent b34eee726b
commit 5661ade09a
13 changed files with 307 additions and 64 deletions
+4 -2
View File
@@ -82,8 +82,10 @@ const NavItem = ({ id, setFiles, toggleRemoveConfirm }) => {
}
};
const toggleInviteModalVisible = (evt) => {
evt.preventDefault();
evt.stopPropagation();
if (evt) {
evt.preventDefault();
evt.stopPropagation();
}
setInviteModalVisible((prev) => !prev);
};
const handleMute = () => {