From 52784b0ff69aec6515a03dc48630c3e792c3ffae Mon Sep 17 00:00:00 2001 From: nuintun Date: Thu, 14 Jan 2016 17:23:23 +0800 Subject: [PATCH] update files --- static/js/components/app-configure/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/components/app-configure/index.js b/static/js/components/app-configure/index.js index 7d452be..36e5dd3 100644 --- a/static/js/components/app-configure/index.js +++ b/static/js/components/app-configure/index.js @@ -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(); } });