more line manipulation cleanup
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user