mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-19 16:10:12 +01:00
🚨
This commit is contained in:
parent
882883a9cc
commit
4ca684ca8a
4 changed files with 6 additions and 6 deletions
|
|
@ -297,7 +297,7 @@ export const progressStatus = (data: IWebSocketData) => {
|
|||
} else {
|
||||
const msgElement = statusElement.querySelector(".status__msg");
|
||||
if (msgElement) {
|
||||
clearTimeout(statusTimeout)
|
||||
clearTimeout(statusTimeout);
|
||||
msgElement.innerHTML = data.msg;
|
||||
statusTimeout = window.setTimeout(() => {
|
||||
msgElement.innerHTML = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue