kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Fix chat close error, fixes #378
rodzic
70bd26526b
commit
ddbe840453
|
@ -57,6 +57,7 @@ class ChatMessageList extends ImmutablePureComponent {
|
|||
};
|
||||
|
||||
setRef = (c) => {
|
||||
if (!c) return;
|
||||
const links = c.querySelectorAll('a[rel="ugc"]');
|
||||
|
||||
links.forEach(link => {
|
||||
|
|
Ładowanie…
Reference in New Issue