mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-12-27 01:38:21 +01:00
fix context menu bug on afx-apps-dock
This commit is contained in:
parent
205a3c0d5b
commit
7659438138
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)
|
self.root.contextmenuHandler = function(e, m)
|
||||||
{
|
{
|
||||||
if(e.target == self.root) return;
|
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
|
var app = self.items[appidx].app
|
||||||
m.set("items", [
|
m.set("items", [
|
||||||
{ text: "__(Show)", dataid:"show" },
|
{ text: "__(Show)", dataid:"show" },
|
||||||
|
0
src/libs/jszip.min.js
vendored
Executable file → Normal file
0
src/libs/jszip.min.js
vendored
Executable file → Normal file
0
src/packages/wTerm/xterm.css
Executable file → Normal file
0
src/packages/wTerm/xterm.css
Executable file → Normal file
0
src/packages/wTerm/xterm.js
Executable file → Normal file
0
src/packages/wTerm/xterm.js
Executable file → Normal file
0
src/themes/antos/fonts/hermit-light-webfont.woff
Executable file → Normal file
0
src/themes/antos/fonts/hermit-light-webfont.woff
Executable file → Normal file
0
src/themes/antos/fonts/hermit-light-webfont.woff2
Executable file → Normal file
0
src/themes/antos/fonts/hermit-light-webfont.woff2
Executable file → Normal file
0
src/themes/antos/fonts/ubuntu-bold-webfont.woff
Executable file → Normal file
0
src/themes/antos/fonts/ubuntu-bold-webfont.woff
Executable file → Normal file
0
src/themes/antos/fonts/ubuntu-bold-webfont.woff2
Executable file → Normal file
0
src/themes/antos/fonts/ubuntu-bold-webfont.woff2
Executable file → Normal file
0
src/themes/antos/fonts/ubuntu-bolditalic-webfont.woff
Executable file → Normal file
0
src/themes/antos/fonts/ubuntu-bolditalic-webfont.woff
Executable file → Normal file
0
src/themes/antos/fonts/ubuntu-bolditalic-webfont.woff2
Executable file → Normal file
0
src/themes/antos/fonts/ubuntu-bolditalic-webfont.woff2
Executable file → Normal file
0
src/themes/antos/fonts/ubuntu-italic-webfont.woff
Executable file → Normal file
0
src/themes/antos/fonts/ubuntu-italic-webfont.woff
Executable file → Normal file
0
src/themes/antos/fonts/ubuntu-italic-webfont.woff2
Executable file → Normal file
0
src/themes/antos/fonts/ubuntu-italic-webfont.woff2
Executable file → Normal file
0
src/themes/antos/fonts/ubuntu-regular-webfont.woff
Executable file → Normal file
0
src/themes/antos/fonts/ubuntu-regular-webfont.woff
Executable file → Normal file
0
src/themes/antos/fonts/ubuntu-regular-webfont.woff2
Executable file → Normal file
0
src/themes/antos/fonts/ubuntu-regular-webfont.woff2
Executable file → Normal file
0
src/themes/antos/hermit-light.css
Executable file → Normal file
0
src/themes/antos/hermit-light.css
Executable file → Normal file
0
src/themes/antos/ubuntu-regular.css
Executable file → Normal file
0
src/themes/antos/ubuntu-regular.css
Executable file → Normal file
Loading…
Reference in New Issue
Block a user