mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
This commit is contained in:
parent
bcf7853add
commit
a7d0506cf2
2 changed files with 13 additions and 34 deletions
|
|
@ -96,7 +96,7 @@ export const openMenuPanel = (options: {
|
|||
}
|
||||
html = getEditHTML({protyle: options.protyle, data, colId: options.colId, isCustomAttr});
|
||||
} else if (options.type === "date") {
|
||||
html = getDateHTML(data.view, options.cellElements);
|
||||
html = getDateHTML(options.cellElements);
|
||||
} else if (options.type === "rollup") {
|
||||
html = `<div class="b3-menu__items">${getRollupHTML({data, cellElements: options.cellElements})}</div>`;
|
||||
} else if (options.type === "relation") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue