Fixed Bug 60655 - Invite: fixed click in input

This commit is contained in:
Nikita Gopienko 2023-01-20 12:56:25 +03:00
parent e9c6b77396
commit 3a8381090f

View File

@ -196,7 +196,7 @@ const InviteInput = ({
};
const closeInviteInputPanel = (e) => {
if (e?.target.tagName.toUpperCase() == "INPUT") return;
// if (e?.target.tagName.toUpperCase() == "INPUT") return;
setSearchPanelVisible(false);
};