Vijayakrishnan пре 3 година
родитељ
комит
7ca191940b

+ 3 - 3
resources/views/app/practice-management/notes-processing-center.blade.php

@@ -278,9 +278,9 @@
                 @if($pro->currentNotePickupForProcessing && $pro->currentNotePickupForProcessing->note)
                     $('#target-chart').attr('src', $('#target-chart').attr('data-src'));
                     $('#target-note').attr('src', $('#target-note').attr('data-src'));
-                    // window.setTimeout(() => {
-                    //     $('.row.iframes')[0].scrollIntoView();
-                    // }, 250);
+                    window.setTimeout(() => {
+                        $('.row.iframes')[0].scrollIntoView();
+                    }, 250);
                 @endif
             }
             addMCInitializer('notes-processing-center', init, '#notes-processing-center')