Преглед на файлове

Dx wizard RTE init bug fix

Vijayakrishnan преди 3 години
родител
ревизия
bd3774d338
променени са 1 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 2 0
      resources/views/app/patient/problems-center.blade.php

+ 2 - 0
resources/views/app/patient/problems-center.blade.php

@@ -429,6 +429,8 @@ $ccSegment = $note->getSegmentByInternalName('chief_complaint');
         function initVisitMoeRTEs() {
             $('.stag-popup [visit-moe]').find('[note-rte]:not(.ql-container)').each(function() {
 
+                let noteRTE = $(this);
+
                 $(this).wrap(
                     $('<div class="border-left border-right rte-holder"/>')
                         .attr('data-shortcuts', '')