in annotation folder, re-calculate edit points after adding annotation (fixes #472)
This commit is contained in:
parent
6f3a4d1386
commit
e819ff05df
1 changed files with 1 additions and 0 deletions
|
@ -582,6 +582,7 @@ Ox.AnnotationFolder = function(options, self) {
|
|||
.options({selected: item.id})
|
||||
.editItem();
|
||||
showWarnings();
|
||||
self.points = getPoints();
|
||||
//selectAnnotation(item);
|
||||
//that.triggerEvent('edit');
|
||||
return that;
|
||||
|
|
Loading…
Reference in a new issue