From 813a0495502daa59e5c78ecffb66db48d4cf9720 Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 월, 20 12월 2021 18:30:00 +0900
Subject: [PATCH] 이슈리스트 새로고침 수정

---
 src/main/webapp/custom_components/js-autocomplete-multi/js-autocomplete-multi.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/main/webapp/custom_components/js-autocomplete-multi/js-autocomplete-multi.js b/src/main/webapp/custom_components/js-autocomplete-multi/js-autocomplete-multi.js
index 8182c40..4781931 100644
--- a/src/main/webapp/custom_components/js-autocomplete-multi/js-autocomplete-multi.js
+++ b/src/main/webapp/custom_components/js-autocomplete-multi/js-autocomplete-multi.js
@@ -101,7 +101,7 @@
                             var parentFound = false;
 
                             while (angular.isDefined(target) && target !== null && !parentFound && target.className !== null) {
-                                if (_.contains(target.className.split(' '), 'multiselect-parent') && !parentFound) {
+                                if (target.getElementsByClassName('multiselect-parent') && !parentFound) {
                                     if (target === $dropdownTrigger) {
                                         parentFound = true;
                                     }

--
Gitblit v1.8.0