Fix chat close error, fixes #378

This commit is contained in:
Alex Gleason 2020-09-01 09:18:51 -05:00
parent 70bd26526b
commit ddbe840453
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ class ChatMessageList extends ImmutablePureComponent {
};
setRef = (c) => {
if (!c) return;
const links = c.querySelectorAll('a[rel="ugc"]');
links.forEach(link => {