fix a bug in annotation panel
This commit is contained in:
parent
e6df7f31bd
commit
7eb8cf66c6
1 changed files with 2 additions and 2 deletions
|
@ -621,8 +621,8 @@ Ox.AnnotationPanel = function(options, self) {
|
|||
$folder.blurItem();
|
||||
}
|
||||
self.options.layers[index].items = items;
|
||||
self.$folders[index].replaceWith(
|
||||
self.$folders[index] = renderFolder(self.options.layers[index])
|
||||
self.$folder[index].replaceWith(
|
||||
self.$folder[index] = renderFolder(self.options.layers[index])
|
||||
);
|
||||
return that;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue