mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-07 03:14: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)) {
|
||||
context.showPopup = true;
|
||||
} else {
|
||||
} else if (context.showPopup) {
|
||||
context.hidePopup();
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user