mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 10:00:13 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
c8089a85a3
18 changed files with 219 additions and 143 deletions
|
|
@ -408,7 +408,7 @@ export const progressStatus = (data: IWebSocketData) => {
|
|||
statusElement.style.bottom = "0";
|
||||
statusTimeout = window.setTimeout(() => {
|
||||
statusElement.style.bottom = "";
|
||||
}, 7000);
|
||||
}, 12000);
|
||||
} else {
|
||||
const msgElement = statusElement.querySelector(".status__msg");
|
||||
if (msgElement) {
|
||||
|
|
@ -416,7 +416,7 @@ export const progressStatus = (data: IWebSocketData) => {
|
|||
msgElement.innerHTML = data.msg;
|
||||
statusTimeout = window.setTimeout(() => {
|
||||
msgElement.innerHTML = "";
|
||||
}, 7000);
|
||||
}, 12000);
|
||||
}
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue