mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-19 15:29:51 +02:00
fix context menu bug on afx-apps-dock
This commit is contained in:
0
src/core/languages/gen.sh
Executable file → Normal file
0
src/core/languages/gen.sh
Executable file → Normal file
@ -63,7 +63,7 @@
|
||||
self.root.contextmenuHandler = function(e, m)
|
||||
{
|
||||
if(e.target == self.root) return;
|
||||
var appidx = $(e.target).parent().attr("appindex")
|
||||
var appidx = $(e.target).closest( "afx-button" ).attr("appindex")
|
||||
var app = self.items[appidx].app
|
||||
m.set("items", [
|
||||
{ text: "__(Show)", dataid:"show" },
|
||||
|
Reference in New Issue
Block a user