forked from dbroqua/MusicTopus
Co-authored-by: dbroqua <contact@darkou.fr>
Reviewed-on: https://git.darkou.fr/dbroqua/MusicTopus/pulls/25 Co-authored-by: Damien Broqua <dbroqua@noreply.localhost> Co-committed-by: Damien Broqua <dbroqua@noreply.localhost>
This commit is contained in:
parent
ae4b7b6de0
commit
62a3bcd8ee
5 changed files with 7 additions and 5 deletions
|
@ -170,7 +170,7 @@
|
|||
}
|
||||
},
|
||||
created() {
|
||||
this.setTrackList();
|
||||
this.setTrackList();
|
||||
this.setIdentifiers();
|
||||
|
||||
window.addEventListener("keydown", this.changeImage);
|
||||
|
@ -231,7 +231,7 @@
|
|||
},
|
||||
showGallery(event) {
|
||||
const item = event.target.tagName === 'IMG' ? event.target.parentElement : event.target;
|
||||
|
||||
|
||||
const {
|
||||
index,
|
||||
} = item.dataset;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue