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 timing issue w/repo discovery
main
Eric Amodio
1 year ago
parent
e6218587db
commit
dd10c4b1ea
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
src/webviews/home/homeWebview.ts
+ 0
- 2
src/webviews/home/homeWebview.ts
View File
@ -57,8 +57,6 @@ export class HomeWebviewProvider implements WebviewProvider
{
}
private
notifyDidChangeRepositories() {
if
(
!
this
.
host
.
ready
)
return
;
void
this
.
host
.
notify
(
DidChangeRepositoriesType
,
this
.
getRepositoriesState
(
)
)
;
}
}
Write
Preview
Loading…
Cancel
Save