Fix missing titles on some buttons when the chat is open.

This commit is contained in:
John Livingston 2024-05-12 19:06:07 +02:00
parent a5e23c94ff
commit d25055dcdd
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
2 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## ??? (Not Released Yet)
### Minor changes and fixes
* Fix missing titles on some buttons when the chat is open.
## 9.0.2
### Important fix

View File

@ -51,6 +51,7 @@ function getPeertubeButtons () {
${repeat(buttons, (node) => html`
<a
href="#"
title="${node.getAttribute('title')}"
class="${
// adding original classes
node.className