mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-04 20:00:17 +01:00
🎨 Improve av https://github.com/siyuan-note/siyuan/issues/15534
This commit is contained in:
parent
1479cb6c00
commit
c3c467e3ee
2 changed files with 3 additions and 3 deletions
|
|
@ -346,7 +346,7 @@ export const goGroupsSort = (options: {
|
|||
const blockID = options.blockElement.getAttribute("data-node-id");
|
||||
const column = getFieldsByData(options.data).find(item => item.id === options.data.view.group.field);
|
||||
(["created", "date", "created", "updated"].includes(column.type) ? [0, 1] : (
|
||||
["mSelect", "select"].includes(column.type) ? [2, 0, 1, 3] : [2, 0, 1]
|
||||
["mSelect", "select"].includes(column.type) ? [3, 2, 0, 1] : [2, 0, 1]
|
||||
)).forEach((item) => {
|
||||
const label = getLanguageByIndex(item, "sort");
|
||||
menu.addItem({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue