mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 01:50:12 +01:00
This commit is contained in:
parent
64ae905921
commit
ff3cd4d4e9
21 changed files with 117 additions and 85 deletions
|
|
@ -8,7 +8,6 @@ export const processMessage = (response: IWebSocketData) => {
|
|||
return false;
|
||||
}
|
||||
if ("cmsg" === response.cmd) {
|
||||
hideMessage();
|
||||
const progressElement = document.getElementById("progress");
|
||||
if (progressElement) {
|
||||
progressElement.remove();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue