recheck on context menu button click
This commit is contained in:
parent
6be02711a0
commit
ee228566ae
1 changed files with 2 additions and 0 deletions
|
@ -331,6 +331,7 @@
|
|||
"disabled": true,
|
||||
"action": function () {
|
||||
app.love(self.item)
|
||||
self.getHeartStatus()
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -341,6 +342,7 @@
|
|||
"hidden": true,
|
||||
"action": function () {
|
||||
app.unlove(self.item)
|
||||
self.getHeartStatus()
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue