mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-12 10:14:21 +01:00
This commit is contained in:
parent
939ca54231
commit
8d699f9765
1 changed files with 13 additions and 1 deletions
|
|
@ -202,7 +202,19 @@ export const image = {
|
|||
} else {
|
||||
liElement.remove();
|
||||
}
|
||||
avListElement.nextElementSibling.innerHTML = "";
|
||||
onGet({
|
||||
data: {
|
||||
data: {
|
||||
content: "",
|
||||
id: Lute.NewNodeID(),
|
||||
rootID: Lute.NewNodeID(),
|
||||
},
|
||||
msg: "",
|
||||
code: 0
|
||||
},
|
||||
protyle: editor.protyle,
|
||||
action: [Constants.CB_GET_HISTORY, Constants.CB_GET_HTML],
|
||||
});
|
||||
});
|
||||
} else {
|
||||
fetchPost("/api/asset/removeUnusedAsset", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue