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,
|
"disabled": true,
|
||||||
"action": function () {
|
"action": function () {
|
||||||
app.love(self.item)
|
app.love(self.item)
|
||||||
|
self.getHeartStatus()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -341,6 +342,7 @@
|
||||||
"hidden": true,
|
"hidden": true,
|
||||||
"action": function () {
|
"action": function () {
|
||||||
app.unlove(self.item)
|
app.unlove(self.item)
|
||||||
|
self.getHeartStatus()
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue