We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4f7b2d + 6470274 commit a3a6622Copy full SHA for a3a6622
application.js
@@ -506,6 +506,7 @@ function resetPage() {
506
document.getElementById('canvas').innerHTML = ""; // empty the svg
507
document.getElementById('files').value = ""; // reset the files input
508
document.getElementById('chosen-files').innerHTML = ""; // reset the subheader text
509
+ document.getElementById('legend-content').innerHTML = ""; // reset the legend in the sidebar
510
511
header.classList.remove('linkish');
512
}
0 commit comments