mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-23 07:24:07 +01:00
This commit is contained in:
parent
64ae905921
commit
ff3cd4d4e9
21 changed files with 117 additions and 85 deletions
|
|
@ -81,7 +81,6 @@ export class Background {
|
|||
uploadFiles(protyle, event.target.files, event.target, (responseText) => {
|
||||
const response = JSON.parse(responseText);
|
||||
const style = `background-image:url(${response.data.succMap[Object.keys(response.data.succMap)[0]]})`;
|
||||
hideMessage();
|
||||
this.ial["title-img"] = Lute.EscapeHTMLStr(style);
|
||||
this.render(this.ial, protyle.block.rootID);
|
||||
fetchPost("/api/attr/setBlockAttrs", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue