瀏覽代碼

Update memo on filter indicator check

main
Ramin Tadayon 1 年之前
父節點
當前提交
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;

Loading…
取消
儲存