mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-19 09:01:34 +08:00
update files
This commit is contained in:
@@ -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();
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user