Procházet zdrojové kódy

Update memo on filter indicator check

main
Ramin Tadayon před 1 rokem
rodič
revize
8264e09141
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: 5B90E918AEBCE7A7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      src/webviews/apps/plus/graph/GraphWrapper.tsx

+ 1
- 1
src/webviews/apps/plus/graph/GraphWrapper.tsx Zobrazit soubor

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

Načítá se…
Zrušit
Uložit