Skip to content
Snippets Groups Projects
Commit 5346da3a authored by  Momo Langenstein's avatar Momo Langenstein
Browse files

Clear pathElems on clear of canvas

parent d8461f1a
Branches
No related tags found
1 merge request!31Clear pathElems on clear of canvas
Pipeline #102085 passed
......@@ -88,6 +88,7 @@ export const renderPath = (id, points) => {
}
export const clear = () => {
pathElems.clear()
canvas.innerHTML = ""
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment