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