We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77de4a4 commit 74c54f8Copy full SHA for 74c54f8
1 file changed
src/graph/filter.js
@@ -8,7 +8,7 @@ class GraphFilterManager {
8
const affectedPropIDs = Array.from(this.cache.propIDs).filter(id => id.startsWith(idPrefix));
9
10
for (const propID of affectedPropIDs) {
11
- this.cache.fm.checkCheckbox(propID, true);
+ this.cache.ui.checkCheckbox(propID, true);
12
const slider = this.cache.propIDToInvertibleRangeSliders.get(propID);
13
const dropdown = this.cache.propIDToDropdownChecklists.get(propID);
14
0 commit comments