Skip to content

Commit 74c54f8

Browse files
committed
fix reset filters buttons
1 parent 77de4a4 commit 74c54f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/graph/filter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class GraphFilterManager {
88
const affectedPropIDs = Array.from(this.cache.propIDs).filter(id => id.startsWith(idPrefix));
99

1010
for (const propID of affectedPropIDs) {
11-
this.cache.fm.checkCheckbox(propID, true);
11+
this.cache.ui.checkCheckbox(propID, true);
1212
const slider = this.cache.propIDToInvertibleRangeSliders.get(propID);
1313
const dropdown = this.cache.propIDToDropdownChecklists.get(propID);
1414

0 commit comments

Comments
 (0)