From e7c0ff25749d77b25fdad019861c1a5a444b21dd Mon Sep 17 00:00:00 2001
From: wyu <kknd09321@nate.com>
Date: 금, 26 11월 2021 00:36:48 +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 8223853..8182c40 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
@@ -100,7 +100,7 @@
                             var target = e.target.parentElement;
                             var parentFound = false;
 
-                            while (angular.isDefined(target) && target !== null && !parentFound) {
+                            while (angular.isDefined(target) && target !== null && !parentFound && target.className !== null) {
                                 if (_.contains(target.className.split(' '), 'multiselect-parent') && !parentFound) {
                                     if (target === $dropdownTrigger) {
                                         parentFound = true;

--
Gitblit v1.8.0