mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-16 17:10:53 +08:00
This commit is contained in:
parent
58f06933e8
commit
7f9a8842f9
@ -231,6 +231,7 @@ const getSortsHTML = (data: IAV) => {
|
||||
data.columns.forEach((item) => {
|
||||
sortHTML += `<option value="${item.id}" ${item.id === id ? "checked" : ""}>${item.name}</option>`
|
||||
})
|
||||
return sortHTML;
|
||||
}
|
||||
data.sorts.forEach((item: IAVSort) => {
|
||||
html += `<button class="b3-menu__item">
|
||||
|
Loading…
Reference in New Issue
Block a user