E18, reapplied optimizations
This commit is contained in:
parent
ab37a837ce
commit
619a0b16ad
3 changed files with 7 additions and 9 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue