Browse Source

Update memo on filter indicator check

main
Ramin Tadayon 1 year ago
parent
commit
8264e09141
No known key found for this signature in database GPG Key ID: 5B90E918AEBCE7A7
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/webviews/apps/plus/graph/GraphWrapper.tsx

+ 1
- 1
src/webviews/apps/plus/graph/GraphWrapper.tsx View File

@ -348,7 +348,7 @@ export function GraphWrapper({
}
return Object.values(excludeTypes).includes(true);
}, [excludeTypes, isAllBranches]);
}, [excludeTypes, isAllBranches, graphConfig?.dimMergeCommits]);
const handleSearchInput = (e: CustomEvent<SearchQuery>) => {
const detail = e.detail;

Loading…
Cancel
Save