Should be .u-url, not .mention

pull/1/head
Lim Chee Aun 2022-12-10 19:16:57 +08:00
rodzic ac87f557d6
commit 2fa86980c0
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -585,7 +585,7 @@ function Status({ statusID, status, withinContext, size = 'm', skeleton }) {
console.log('click', target, e);
if (
target.tagName.toLowerCase() === 'a' &&
target.classList.contains('mention')
target.classList.contains('u-url')
) {
e.preventDefault();
e.stopPropagation();