mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-17 04:28:07 +01:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
a2349da374
8 changed files with 252 additions and 99 deletions
|
|
@ -101,7 +101,8 @@ export const hideMessage = (id?: string) => {
|
|||
setTimeout(() => {
|
||||
messageElement.remove();
|
||||
if (messagesElement.childElementCount === 0) {
|
||||
hideMessage();
|
||||
messagesElement.parentElement.classList.remove("b3-snackbars--show");
|
||||
messagesElement.innerHTML = "";
|
||||
}
|
||||
}, Constants.TIMEOUT_INPUT);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue