added setWindowHash, reverted vis changes
This commit is contained in:
parent
2d5a7809ac
commit
ab37a837ce
4 changed files with 10 additions and 5 deletions
|
@ -91,7 +91,7 @@
|
|||
},
|
||||
data: function () {
|
||||
return {
|
||||
isVisible: false,
|
||||
isVisible: true,
|
||||
addedToLibrary: false,
|
||||
guid: this.uuidv4(),
|
||||
noplay: ["apple-curators", "editorial-elements", "editorial-items"],
|
||||
|
@ -284,7 +284,8 @@
|
|||
}
|
||||
},
|
||||
visibilityChanged: function (isVisible, entry) {
|
||||
this.isVisible = isVisible
|
||||
//this.isVisible = isVisible
|
||||
return
|
||||
},
|
||||
async contextMenu(event) {
|
||||
if (this.nomenu.includes(this.item.type)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue