From 945f8212ab2660e315acc5a2c91608dafc599126 Mon Sep 17 00:00:00 2001 From: PMKuipers Date: Thu, 27 Jul 2023 15:49:50 +0200 Subject: [PATCH] Whitespace --- amd/src/report-viewer-components.js | 1 - 1 file changed, 1 deletion(-) 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) => {