mirror of
https://github.com/lxsang/antos-frontend.git
synced 2024-11-09 14:28:21 +01:00
fix minor bug on appdock contextmenu handling
This commit is contained in:
parent
243dfa7a89
commit
303fc9ba20
@ -347,6 +347,7 @@ namespace OS {
|
|||||||
if (e.target === this) {
|
if (e.target === this) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
m.hide();
|
||||||
const bt = ($(e.target).closest(
|
const bt = ($(e.target).closest(
|
||||||
"afx-button"
|
"afx-button"
|
||||||
)[0] as any) as ButtonTag;
|
)[0] as any) as ButtonTag;
|
||||||
|
Loading…
Reference in New Issue
Block a user