Fix missing titles on some buttons when the chat is open.
This commit is contained in:
parent
a5e23c94ff
commit
d25055dcdd
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user