Fix chat close error, fixes #378

better-thread-display
Alex Gleason 2020-09-01 09:18:51 -05:00
rodzic 70bd26526b
commit ddbe840453
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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