Browse Source

Fixes #951 - Starring branch updates repository view properly

main
Zeeshan 4 years ago
committed by Eric Amodio
parent
commit
edc7bbc8dc
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/views/nodes/branchNode.ts

+ 1
- 1
src/views/nodes/branchNode.ts View File

@ -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…
Cancel
Save