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
|
||||
|
||||
## ??? (Not Released Yet)
|
||||
|
||||
### Minor changes and fixes
|
||||
|
||||
* Fix missing titles on some buttons when the chat is open.
|
||||
|
||||
## 9.0.2
|
||||
|
||||
### Important fix
|
||||
|
@ -51,6 +51,7 @@ function getPeertubeButtons () {
|
||||
${repeat(buttons, (node) => html`
|
||||
<a
|
||||
href="#"
|
||||
title="${node.getAttribute('title')}"
|
||||
class="${
|
||||
// adding original classes
|
||||
node.className
|
||||
|
Loading…
Reference in New Issue
Block a user