Kaynağa Gözat

Respects commit details view pinning

main
Eric Amodio 1 yıl önce
ebeveyn
işleme
9ec461b642
1 değiştirilmiş dosya ile 2 ekleme ve 0 silme
  1. +2
    -0
      src/webviews/commitDetails/commitDetailsWebviewView.ts

+ 2
- 0
src/webviews/commitDetails/commitDetailsWebviewView.ts Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet