mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-21 07:46:09 +01:00
🎨
This commit is contained in:
parent
cf8e748260
commit
73c82b1efa
2 changed files with 3 additions and 0 deletions
|
|
@ -162,6 +162,8 @@ export const setDateValue = (options: {
|
|||
cellData.id = item.dataset.id;
|
||||
if (!cellData.value) {
|
||||
cellData.value = {};
|
||||
} else {
|
||||
cellData.value.id = item.dataset.id;
|
||||
}
|
||||
} else {
|
||||
cellData = row.cells.find(cellItem => {
|
||||
|
|
|
|||
1
app/src/types/index.d.ts
vendored
1
app/src/types/index.d.ts
vendored
|
|
@ -1058,6 +1058,7 @@ interface IAVCell {
|
|||
}
|
||||
|
||||
interface IAVCellValue {
|
||||
id?: string,
|
||||
type?: TAVCol,
|
||||
isDetached?: boolean,
|
||||
text?: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue