瀏覽代碼

Fixes #951 - Starring branch updates repository view properly

main
Zeeshan 4 年之前
committed by Eric Amodio
父節點
當前提交
edc7bbc8dc
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/views/nodes/branchNode.ts

+ 1
- 1
src/views/nodes/branchNode.ts 查看文件

@ -212,7 +212,7 @@ export class BranchNode extends ViewRefNode implements Pageabl
@log()
async star() {
await this.branch.star();
void this.parent!.triggerChange();
void this.view.refresh(true);
}
@log()

Loading…
取消
儲存