diff --git a/amd/src/report-viewer-components.js b/amd/src/report-viewer-components.js index 8741a39..1155396 100644 --- a/amd/src/report-viewer-components.js +++ b/amd/src/report-viewer-components.js @@ -379,7 +379,6 @@ export default { if(this.$refs.mainEl && lineid == this.value.id){ const items = document.querySelectorAll( `.r-studyline-slot-0[data-studyline='${this.value.id}']`); - // determine the height of all the lines and add them up. let heightSum = 0; items.forEach((el) => {