mirror of
https://github.com/zadam/trilium.git
synced 2025-10-31 18:36:30 +01:00
imported notes from tar now have correct links even without meta file
This commit is contained in:
@@ -415,11 +415,6 @@ async function deleteNote(branch) {
|
||||
await relation.save();
|
||||
}
|
||||
|
||||
for (const link of await note.getTargetLinks()) {
|
||||
link.isDeleted = true;
|
||||
await link.save();
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user