E18, reapplied optimizations

This commit is contained in:
booploops 2022-06-10 07:38:24 -07:00
parent ab37a837ce
commit 619a0b16ad
3 changed files with 7 additions and 9 deletions

View file

@ -97,7 +97,7 @@
data: function () {
return {
showInLibrary: false,
isVisible: true,
isVisible: false,
addedToLibrary: false,
guid: this.uuidv4(),
app: this.$root,
@ -509,8 +509,7 @@
}
},
visibilityChanged: function (isVisible, entry) {
return
// this.isVisible = isVisible
this.isVisible = isVisible
},
async getHeartStatus() {
try {

View file

@ -91,7 +91,7 @@
},
data: function () {
return {
isVisible: true,
isVisible: false,
addedToLibrary: false,
guid: this.uuidv4(),
noplay: ["apple-curators", "editorial-elements", "editorial-items"],
@ -284,8 +284,7 @@
}
},
visibilityChanged: function (isVisible, entry) {
//this.isVisible = isVisible
return
this.isVisible = isVisible
},
async contextMenu(event) {
if (this.nomenu.includes(this.item.type)) {