fix messing variable

This commit is contained in:
Zhora Shalyapin 2025-04-15 07:11:56 +00:00
parent 802fa79eec
commit cdd3167728

View File

@ -1449,7 +1449,7 @@
])
}
function makeLegend(rows) {
function makeLegend(container, rows) {
let legendContainer = Tag.div({
classes: "legend-container"
})
@ -2080,7 +2080,7 @@
/* LEGEND */
let legendContainer = makeLegend(rows)
let legendContainer = makeLegend(container, rows)
legendContainer.append(makeLegendFiles(rows))
/* APPEND ALL */