diff --git a/source/Ox.UI/js/Video/AnnotationPanel.js b/source/Ox.UI/js/Video/AnnotationPanel.js index d5852b0c..d66296d4 100644 --- a/source/Ox.UI/js/Video/AnnotationPanel.js +++ b/source/Ox.UI/js/Video/AnnotationPanel.js @@ -74,6 +74,8 @@ Ox.AnnotationPanel = function(options, self) { self.$folder.forEach(function($folder) { $folder.options(key, value); }); + } else if (key == 'layers') { + renderFolders(); } else if (key == 'selected') { self.options.editable && updateEditMenu(); if (value) {