Skip to content

Commit 56bed09

Browse files
author
Matthias
committed
feat(web): default count propagation to keep each node's own value
1 parent a70aece commit 56bed09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

web/src/lib/store.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import type { Node, Ontology } from "./ontology/types";
1919

2020
export const DEFAULT_COUNT_SETTINGS: PropagationSettings = {
2121
enabled: true,
22-
countMode: "all",
22+
countMode: "off",
2323
level: 0,
2424
};
2525

0 commit comments

Comments
 (0)