zhangxc 5 년 전
부모
커밋
a29483d46a
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/js/staticSearch.js

+ 1 - 0
src/js/staticSearch.js

@@ -171,6 +171,7 @@ if(is8Ie){
         $(".placeholder").css("display","inline-block")
     },100)
     var input1 =  $(".ipt input")[0]
+    console.log('activeElement',document.activeElement)
     if(input1 == document.activeElement){
         $(".placeholder").css("display","none") 
     }