mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-07 01:08:49 +01:00
This commit is contained in:
parent
b09a276a7d
commit
66048dc1bd
1 changed files with 3 additions and 1 deletions
|
|
@ -126,7 +126,9 @@ const genUploadedLabel = (responseText: string, protyle: IProtyle) => {
|
|||
succFileText += genAssetHTML(type, path, filename.substring(0, filename.length - type.length), filename);
|
||||
if (!Constants.SIYUAN_ASSETS_AUDIO.includes(type) && !Constants.SIYUAN_ASSETS_VIDEO.includes(type) &&
|
||||
keys.length - 1 !== index) {
|
||||
if (insertBlock) {
|
||||
if (nodeElement && nodeElement.classList.contains("table")) {
|
||||
succFileText += "<br>";
|
||||
} else if (insertBlock) {
|
||||
succFileText += "\n\n";
|
||||
} else {
|
||||
succFileText += "\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue