Parcourir la source

Merge branch 'sowon' into develop

sowon4187 il y a 5 ans
Parent
commit
3df042657e

+ 5 - 1
src/main/webapp/WEB-INF/views/mob/planning/PlanningDetailFormMob.html

@@ -1104,7 +1104,11 @@ $(document).ready(function(){
         $("body").css({"overflow":"hidden"});
         $("body").css({"overflow":"hidden"});
     });
     });
 	
 	
-	
+    $('#replyText').bind('input paste', function() {
+		  $(this).trigger('keyup');
+	});
+
+    
   //팝업_닫기
   //팝업_닫기
     $('.popup_close').on("click",function(){
     $('.popup_close').on("click",function(){
         $('.popup_box').hide().removeClass('active');
         $('.popup_box').hide().removeClass('active');