소스 검색

LS segments - fix close icon click

Vijayakrishnan 3 년 전
부모
커밋
9fb46b11f2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      resources/views/app/patient/note/segment.blade.php

+ 1 - 1
resources/views/app/patient/note/segment.blade.php

@@ -66,7 +66,7 @@
                     @endif
                     {{$segment->display_title}}
                 </span>
-                <a href="#" class="ml-auto text-secondary" onclick="return closeStagPopup()">
+                <a href="#" class="ml-auto text-secondary" onclick="event.stopPropagation(); return closeStagPopup()">
                     <i class="fa fa-times-circle"></i>
                 </a>
             </h3>