mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-12 10:14:21 +01:00
This commit is contained in:
parent
34ee895445
commit
333eaf5f8b
2 changed files with 12 additions and 6 deletions
|
|
@ -1405,7 +1405,7 @@ export const openMenuPanel = (options: {
|
|||
content: null,
|
||||
content2: null,
|
||||
hasEndDate: false,
|
||||
isNotTime: !colData.date.fillSpecificTime,
|
||||
isNotTime: colData.date ? !colData.date.fillSpecificTime : true,
|
||||
}, options.cellElements);
|
||||
avPanelElement.remove();
|
||||
event.preventDefault();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue