mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-06 10:54:07 +08:00
update files
This commit is contained in:
parent
46e9ba52d7
commit
52784b0ff6
@ -78,7 +78,7 @@ module.exports = Vue.component('app-configure', {
|
|||||||
|
|
||||||
if (trigger.contains(target) || popup.contains(target)) {
|
if (trigger.contains(target) || popup.contains(target)) {
|
||||||
context.showPopup = true;
|
context.showPopup = true;
|
||||||
} else {
|
} else if (context.showPopup) {
|
||||||
context.hidePopup();
|
context.hidePopup();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user