mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02: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,
|
||||
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
|
||||
calcItem({
|
||||
menu,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue