mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 08:48:49 +01:00
This commit is contained in:
parent
3e79ff8a0a
commit
3a5310375d
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ 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) {
|
||||
succFileText += "\n";
|
||||
succFileText += "\n\n";
|
||||
}
|
||||
});
|
||||
const range = getEditorRange(protyle.wysiwyg.element);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue