mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
@@ -209,7 +209,10 @@ export const progressStatus = (data: IWebSocketData) => {
|
||||
}, 6000);
|
||||
return;
|
||||
}
|
||||
statusElement.querySelector(".status__msg").innerHTML = data.msg;
|
||||
const msgElement = statusElement.querySelector(".status__msg");
|
||||
if (msgElement) {
|
||||
msgElement.innerHTML = data.msg;
|
||||
}
|
||||
};
|
||||
|
||||
export const progressLoading = (data: IWebSocketData) => {
|
||||
|
||||
Reference in New Issue
Block a user