testing new context menu on list item
This commit is contained in:
parent
0072aa2ba6
commit
677bbea95c
3 changed files with 11 additions and 4 deletions
|
@ -364,6 +364,8 @@
|
|||
menus.multiple.items = menus.multiple.items.concat(this.contextExt.multiple)
|
||||
}
|
||||
}
|
||||
app.showMenuPanel(menus[useMenu])
|
||||
|
||||
try{
|
||||
let rating = await app.getRating(self.item)
|
||||
if (rating == 0) {
|
||||
|
@ -377,7 +379,6 @@
|
|||
} catch(err) {
|
||||
|
||||
}
|
||||
CiderContextMenu.Create(event, menus[useMenu])
|
||||
},
|
||||
visibilityChanged: function (isVisible, entry) {
|
||||
this.isVisible = isVisible
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue