Fetch remote files when not in indexeddb
This commit is contained in:
parent
f3ca7b9a44
commit
6df2be7944
6 changed files with 153 additions and 36 deletions
|
|
@ -549,7 +549,6 @@ export class Node {
|
|||
if (this.UUID == ROOT_NODE)
|
||||
return
|
||||
|
||||
|
||||
// File links from the original, unmodified content are found to compare to links from the new content.
|
||||
// All files (images) needs to be indexed to nodes in order to track orphaned files.
|
||||
const before = new Set([...this.data.Content.matchAll(dblink)].map(m => m[1]))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue