kopia lustrzana https://dev.funkwhale.audio/funkwhale/funkwhale
Fixed attribute error
rodzic
cd9cd4d01c
commit
2aee8d791e
|
@ -358,6 +358,9 @@ export default {
|
|||
self.bindEvents()
|
||||
if (self.tracks.length > 0) {
|
||||
let el = document.getElementById(`queue-item-${v}`);
|
||||
if (!el) {
|
||||
return
|
||||
}
|
||||
var topPos = el.offsetTop;
|
||||
document.getElementById('queue').scrollTop = topPos-10;
|
||||
}
|
||||
|
|
Ładowanie…
Reference in New Issue