diff --git a/source/Ox.UI/js/Video/Ox.AnnotationFolder.js b/source/Ox.UI/js/Video/Ox.AnnotationFolder.js index cb0aff84..f6ad5e80 100644 --- a/source/Ox.UI/js/Video/Ox.AnnotationFolder.js +++ b/source/Ox.UI/js/Video/Ox.AnnotationFolder.js @@ -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;