more line manipulation cleanup

This commit is contained in:
Tim
2024-02-06 23:33:51 -04:00
parent a560d47ff6
commit 19a4df2b9b
3 changed files with 249 additions and 212 deletions

View File

@@ -231,5 +231,6 @@ function handleDrawingEvent(id, event) {
export function deleteShape(id) {
if( id in shapeCallbacks )
delete shapeCallbacks[id]
console.log('removing entity', id)
chart.removeEntity(id)
}