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 # Changelog
## ??? (Not Released Yet)
### Minor changes and fixes
* Fix missing titles on some buttons when the chat is open.
## 9.0.2 ## 9.0.2
### Important fix ### Important fix

View File

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