mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
This commit is contained in:
parent
a379baa19a
commit
39aaefa24c
1 changed files with 1 additions and 1 deletions
|
|
@ -1395,7 +1395,7 @@ export const openMenuPanel = (options: {
|
|||
break;
|
||||
} else if (type === "clearDate") {
|
||||
const colData = fields.find((item: IAVColumn) => {
|
||||
if (item.id === options.cellElements[0].getAttribute("data-col-id")) {
|
||||
if (item.id === getColId(options.cellElements[0], data.viewType)) {
|
||||
return true;
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue