Selaa lähdekoodia

Update memo on filter indicator check

main
Ramin Tadayon 1 vuosi sitten
vanhempi
commit
8264e09141
No known key found for this signature in database GPG Key ID: 5B90E918AEBCE7A7
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/webviews/apps/plus/graph/GraphWrapper.tsx

+ 1
- 1
src/webviews/apps/plus/graph/GraphWrapper.tsx Näytä tiedosto

@ -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;

Ladataan…
Peruuta
Tallenna