bind delete in annotation folder
This commit is contained in:
parent
0d76284684
commit
943d117c89
4 changed files with 25 additions and 7 deletions
|
|
@ -32,6 +32,8 @@ Ox.load({
|
|||
annotations.push(annotation)
|
||||
renderAnnotation(annotation)
|
||||
})
|
||||
} else if (event == 'removeAnnotation') {
|
||||
removeAnnotation(data.id)
|
||||
}
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue