fixed inserting library node not finding the node to animate dialog to
This commit is contained in:
@@ -118,7 +118,7 @@ export default {
|
||||
libraryNode.ancestors = [ {collection: "libraries", id: libraryId}];
|
||||
setDocToLastOrder({collection: LibraryNodes, doc: libraryNode});
|
||||
let libraryNodeId = insertNode.call(libraryNode);
|
||||
return libraryNodeId;
|
||||
return `tree-node-${libraryNodeId}`;
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user