ソースを参照

Update memo on filter indicator check

main
Ramin Tadayon 2年前
コミット
8264e09141
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: 5B90E918AEBCE7A7
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/webviews/apps/plus/graph/GraphWrapper.tsx

+ 1
- 1
src/webviews/apps/plus/graph/GraphWrapper.tsx ファイルの表示

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

読み込み中…
キャンセル
保存