소스 검색

HUE-8117 [editor] Horizontal scroll of the record popup is not reseted to zero on reopen

Enrico Berti 7 년 전
부모
커밋
9b8c7be
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      desktop/core/src/desktop/templates/common_header_footer_components.mako

+ 1 - 0
desktop/core/src/desktop/templates/common_header_footer_components.mako

@@ -352,6 +352,7 @@ from metadata.conf import has_optimizer, OPTIMIZER
     $('#rowDetailsModal').on('shown', function () {
       $('.modal-backdrop').css('z-index', '1070');
       $('#rowDetailsModal .modal-body').scrollTop(0);
+      $('#rowDetailsModal .modal-body').scrollLeft(0);
     });
 
     if ($.fn.editableform) {