Skip to content

Commit ca76162

Browse files
committed
fix: fix references setting null when already imported
1 parent 8707fba commit ca76162

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/commands/content-item/import.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ const importTree = async (
789789
const content = item.owner.content;
790790

791791
item.dependancies.forEach(dep => {
792-
rewriteDependancy(dep, mapping, true);
792+
rewriteDependancy(dep, mapping, pass === 0);
793793
});
794794

795795
const originalId = content.id;

0 commit comments

Comments
 (0)