don't blur new annotations

This commit is contained in:
j 2018-03-31 14:00:15 +05:30
commit 92ff15c5df
2 changed files with 6 additions and 3 deletions

View file

@ -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();