don't blur new annotations
This commit is contained in:
parent
b9709f6702
commit
92ff15c5df
2 changed files with 6 additions and 3 deletions
|
|
@ -769,7 +769,7 @@ Ox.AnnotationFolder = function(options, self) {
|
|||
);
|
||||
}
|
||||
}
|
||||
if (id != item.id) {
|
||||
if (!self.editing && id != item.id) {
|
||||
self.$annotations.options({selected: self.options.selected});
|
||||
}
|
||||
showWarnings();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue