Parcourir la source

Respects commit details view pinning

main
Eric Amodio il y a 1 an
Parent
révision
9ec461b642
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. +2
    -0
      src/webviews/commitDetails/commitDetailsWebviewView.ts

+ 2
- 0
src/webviews/commitDetails/commitDetailsWebviewView.ts Voir le fichier

@ -130,6 +130,8 @@ export class CommitDetailsWebviewView extends WebviewViewBase
preserveFocus?: boolean | undefined;
preserveVisibility?: boolean | undefined;
}): Promise<void> {
if (this._pinned && !options?.pin && this.visible) return;
if (options != null) {
let commit;
let pin;

Chargement…
Annuler
Enregistrer