Whitespace

This commit is contained in:
PMKuipers 2023-07-27 15:49:50 +02:00
parent 5d5ac2ce1c
commit 945f8212ab

View File

@ -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) => {