forked from 0x2620/oxjs
update item by id not position
This commit is contained in:
parent
c2d35e615d
commit
009cdd68c3
3 changed files with 23 additions and 12 deletions
|
|
@ -737,7 +737,10 @@ Ox.AnnotationPanel = function(options, self) {
|
|||
@*/
|
||||
that.blurItem = function() {
|
||||
self.editing = false;
|
||||
getFolder(self.options.selected).blurItem();
|
||||
var $folder = getFolder(self.options.selected)
|
||||
if ($folder) {
|
||||
$folder.blurItem();
|
||||
}
|
||||
renderEditMenu();
|
||||
return that;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue