浏览代码

Fixes error in timeline for unsupported schemes

main
Eric Amodio 2 年前
父节点
当前提交
5e56778901
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      src/plus/webviews/timeline/timelineWebviewView.ts

+ 1
- 0
src/plus/webviews/timeline/timelineWebviewView.ts 查看文件

@ -144,6 +144,7 @@ export class TimelineWebviewView extends WebviewViewBase {
@debug({ args: false })
private onActiveEditorChanged(editor: TextEditor | undefined) {
if (editor == null || !this.container.git.isTrackable(editor.document.uri)) return;
if (!this.updatePendingEditor(editor)) return;
this.updateState();

正在加载...
取消
保存