update files

This commit is contained in:
nuintun 2016-01-14 17:23:23 +08:00
parent 46e9ba52d7
commit 52784b0ff6

View File

@ -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();
}
});