Update index.js

This commit is contained in:
vapormusic 2022-01-13 08:24:44 +07:00 committed by GitHub
parent e93381052d
commit 95e35ecd0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -352,6 +352,10 @@ const app = new Vue({
navigateForward() {
history.forward()
},
getHTMLStyle() {
document.querySelector("html").style.background = "#222";
document.querySelector("body").classList.add("notransparency")
},
resetState() {
app.selectedMediaItems = [];
for (let key in app.modals) {