mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 15:10:12 +01:00
This commit is contained in:
parent
51d3d68981
commit
4b7c67a1cd
6 changed files with 130 additions and 106 deletions
|
|
@ -145,7 +145,7 @@ export const transactionError = (data: { code: number, data: string }) => {
|
|||
};
|
||||
|
||||
export const progressStatus = (data: IWebSocketData) => {
|
||||
document.getElementById("statusMsg").innerHTML = data.data;
|
||||
document.querySelector("#status .status__msg").innerHTML = data.data;
|
||||
};
|
||||
|
||||
export const progressLoading = (data: IWebSocketData) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue