fix minor bug on appdock contextmenu handling

This commit is contained in:
DanyLE 2022-12-16 21:26:55 +01:00
parent 5e2212c0fc
commit 736c951c66

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;