Commit cfb9eea3 authored by Matthias Betz's avatar Matthias Betz
Browse files

fix for clearing old triangulation data when loading new file

parent 077613dd
No related merge requests found
Pipeline #10993 passed with stages
in 12 seconds
Showing with 1 addition and 0 deletions
+1 -0
...@@ -553,6 +553,7 @@ input.addEventListener("change", function () { ...@@ -553,6 +553,7 @@ input.addEventListener("change", function () {
bbox = new BBox(); bbox = new BBox();
setProgress(0); setProgress(0);
document.getElementById("progressDiv").style.removeProperty("display"); document.getElementById("progressDiv").style.removeProperty("display");
triangulatedPolygons = [];
readSlice(); readSlice();
} }
}); });
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment