merge
This commit is contained in:
commit
a71ffdb82f
1 changed files with 3 additions and 0 deletions
|
@ -225,6 +225,9 @@ txtjs.onMessage = function(data, event) {
|
|||
txtjs.renderNote(note)
|
||||
txtjs.notes.push(note)
|
||||
})
|
||||
} else if (event == 'removeAnnotation') {
|
||||
txtjs.selectNote(data.id)
|
||||
txtjs.removeNote()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue