mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
This commit is contained in:
parent
1d6a2c5d33
commit
4a3bd72a5e
1 changed files with 1 additions and 1 deletions
|
|
@ -131,7 +131,7 @@ export const openCalcMenu = async (protyle: IProtyle, calcElement: HTMLElement,
|
||||||
blockID,
|
blockID,
|
||||||
target: calcElement
|
target: calcElement
|
||||||
});
|
});
|
||||||
if (panelData?.data) {
|
if (panelData?.data && type !== "checkbox") {
|
||||||
// 汇总字段汇总方式中才有“显示唯一值”选项 Add "Show unique values" to the calculation of the database rollup field https://github.com/siyuan-note/siyuan/issues/15852
|
// 汇总字段汇总方式中才有“显示唯一值”选项 Add "Show unique values" to the calculation of the database rollup field https://github.com/siyuan-note/siyuan/issues/15852
|
||||||
calcItem({
|
calcItem({
|
||||||
menu,
|
menu,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue