mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 15:28:49 +01:00
This commit is contained in:
parent
0a4ec98408
commit
81ae569e34
2 changed files with 2 additions and 1 deletions
|
|
@ -386,6 +386,7 @@ export const addSelectColAndCell = (protyle: IProtyle, data: IAV, options: {
|
|||
bgColor: "",
|
||||
id: Lute.NewNodeID(),
|
||||
value: {
|
||||
type: colData.type,
|
||||
mSelect: []
|
||||
},
|
||||
valueType: colData.type
|
||||
|
|
|
|||
2
app/src/types/index.d.ts
vendored
2
app/src/types/index.d.ts
vendored
|
|
@ -912,7 +912,7 @@ interface IAVCell {
|
|||
}
|
||||
|
||||
interface IAVCellValue {
|
||||
type?: TAVCol,
|
||||
type: TAVCol,
|
||||
text?: { content: string },
|
||||
number?: { content?: number, isNotEmpty: boolean },
|
||||
mSelect?: { content: string, color: string }[]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue