mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +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;
|
break;
|
||||||
} else if (type === "clearDate") {
|
} else if (type === "clearDate") {
|
||||||
const colData = fields.find((item: IAVColumn) => {
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue