mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-23 01:50:12 +01:00
This commit is contained in:
parent
d9bfc45592
commit
84f3da2ae8
2 changed files with 27 additions and 32 deletions
|
|
@ -65,7 +65,7 @@ export const openMenuPanel = (options: {
|
|||
} else if (options.type === "select") {
|
||||
html = getSelectHTML(data.view, options.cellElements);
|
||||
} else if (options.type === "asset") {
|
||||
html = getAssetHTML(data.view, options.cellElements);
|
||||
html = getAssetHTML(options.cellElements);
|
||||
} else if (options.type === "edit") {
|
||||
html = getEditHTML({protyle: options.protyle, data, colId: options.colId});
|
||||
} else if (options.type === "date") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue