mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 17:10:12 +01:00
This commit is contained in:
parent
085b4a5ec4
commit
976a5db123
5 changed files with 237 additions and 174 deletions
|
|
@ -179,7 +179,7 @@ export const progressStatus = (data: IWebSocketData) => {
|
|||
const statusElement = document.querySelector("#status") as HTMLElement;
|
||||
statusElement.innerHTML = data.msg;
|
||||
statusElement.classList.remove("status--hide");
|
||||
if (document.querySelector("keyboardToolbar").classList.contains("fn__none")) {
|
||||
if (document.querySelector("#keyboardToolbar").classList.contains("fn__none")) {
|
||||
statusElement.style.bottom = "0";
|
||||
} else {
|
||||
statusElement.style.bottom = "30px";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue