Przeglądaj źródła

Update memo on filter indicator check

main
Ramin Tadayon 1 rok temu
rodzic
commit
8264e09141
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 5B90E918AEBCE7A7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/webviews/apps/plus/graph/GraphWrapper.tsx

+ 1
- 1
src/webviews/apps/plus/graph/GraphWrapper.tsx Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz