Procházet zdrojové kódy

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

Vijayakrishnan před 4 roky
rodič
revize
b5edbbfeb1
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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);