Fix clicking the audio player also opening toots in detailed view
This commit is contained in:
parent
0fe5deae89
commit
d42a23fdbe
|
@ -231,7 +231,7 @@ export default class StatusContent extends React.PureComponent {
|
|||
|
||||
let element = e.target;
|
||||
while (element) {
|
||||
if (['button', 'video', 'a', 'label', 'wave'].includes(element.localName)) {
|
||||
if (['button', 'video', 'a', 'label', 'canvas'].includes(element.localName)) {
|
||||
return;
|
||||
}
|
||||
element = element.parentNode;
|
||||
|
|
Loading…
Reference in New Issue