mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
This commit is contained in:
@@ -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 }[]
|
||||
|
||||
Reference in New Issue
Block a user