diff --git a/source/Ox.UI/js/Video/AnnotationFolder.js b/source/Ox.UI/js/Video/AnnotationFolder.js index a4338dff..c12c219f 100644 --- a/source/Ox.UI/js/Video/AnnotationFolder.js +++ b/source/Ox.UI/js/Video/AnnotationFolder.js @@ -161,7 +161,7 @@ Ox.AnnotationFolder = function(options, self) { }); that.setElement(self.$panel); - that.$content = that.$element.$content; + that.$content = self.$panel.$content; if (self.widget) { self.widgetSize = self.options.showWidget * self.options.widgetSize;