mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 08:30:42 +02:00
This commit is contained in:
parent
d8bb794437
commit
2738b9adb0
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ export const genCellValue = (colType: TAVCol, value: string | any) => {
|
|||
content2: dateObj2.valueOf() || 0,
|
||||
isNotEmpty2: !isNaN(dateObj2.valueOf()),
|
||||
hasEndDate: !isNaN(dateObj2.valueOf()),
|
||||
isNotTime: dateObj1.hour() === 0,
|
||||
isNotTime: dateObj1.hour() === 0 && values[0].split(":").length === 1,
|
||||
formattedContent: "",
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue