🔥 No longer automatically download network assets when the cloud inbox is moved to docs Fix https://github.com/siyuan-note/siyuan/issues/9827

This commit is contained in:
Daniel 2023-12-06 09:25:55 +08:00
parent 3dc72e25da
commit e4ea32764f
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -335,7 +335,6 @@ ${data.shorthandContent}
md: response.data.shorthandMd,
}, (docResponse) => {
this.remove(item);
fetchPost("/api/format/netAssets2LocalAssets", {id: docResponse.data.id});
});
});
});