Browse Source

Click on pro-search drop down item not working - fix

Vijayakrishnan 4 năm trước cách đây
mục cha
commit
b5edbbfeb1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      resources/views/layouts/template.blade.php

+ 1 - 1
resources/views/layouts/template.blade.php

@@ -304,7 +304,7 @@
                     $('.patient-search-results.suggestions-outer').addClass('d-none');
                 }
             }
-            $(document).on('click', '.suggest-item.patient-suggest[data-target-uid]', function() {
+            $(document).on('mousedown', '.suggest-item.patient-suggest[data-target-uid]', function() {
                 $('#patient-search').val('');
                 $('.patient-search-results.suggestions-outer').addClass('d-none');
                 fastLoad('/patients/view/' + $(this).attr('data-target-uid'), true, false, false);