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 {