fix minor bug on appdock contextmenu handling
All checks were successful
gitea-sync/antos/pipeline/head This commit looks good

This commit is contained in:
DanyLE 2022-12-16 21:26:55 +01:00
parent e81e5d3dcb
commit 64359dfec1

View File

@ -347,6 +347,7 @@ namespace OS {
if (e.target === this) {
return;
}
m.hide();
const bt = ($(e.target).closest(
"afx-button"
)[0] as any) as ButtonTag;