This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixes error in timeline for unsupported schemes
main
Eric Amodio
2 years ago
parent
26cf19cbf3
commit
5e56778901
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/plus/webviews/timeline/timelineWebviewView.ts
+ 1
- 0
src/plus/webviews/timeline/timelineWebviewView.ts
View File
@ -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
(
)
;
Write
Preview
Loading…
Cancel
Save