mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-10 22:52:34 +01:00
🚨
This commit is contained in:
parent
cdae86d50b
commit
5b30b60bf7
5 changed files with 9 additions and 9 deletions
|
|
@ -132,7 +132,7 @@ export const viewCards = (deckID: string, title: string, cb:(response:IWebSocket
|
|||
|
||||
if (!nextElment) {
|
||||
getArticle(edit, "");
|
||||
listElement.innerHTML = `<div class="b3-list--empty">${window.siyuan.languages.emptyContent}</div>`
|
||||
listElement.innerHTML = `<div class="b3-list--empty">${window.siyuan.languages.emptyContent}</div>`;
|
||||
} else {
|
||||
getArticle(edit, nextElment.getAttribute("data-id"));
|
||||
listElement.querySelector(".b3-list-item--focus")?.classList.remove("b3-list-item--focus");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue