fix
This commit is contained in:
parent
94e49233d7
commit
7ef8e7131c
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ function collapse_comment(comment_id) {
|
|||
|
||||
['items-center', 'opacity-50', 'hover:opacity-100', 'collapsed'].map(y=> comment.classList.toggle(y)); // apply flex alignment and opacity to comment parent wrapping div
|
||||
|
||||
if (isClosed) ? toggler.innerText = '[+]' : toggerl.innerText = '[-]';
|
||||
toggler.innerText = isCloed ? '[+]' : '[-]';
|
||||
|
||||
if (isClosed && top < 0) {
|
||||
comment.scrollIntoView()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue