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 missing clean up
main
Eric Amodio
8 years ago
parent
15c81ef36f
commit
50cf8861cd
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/blameAnnotationController.ts
+ 1
- 0
src/blameAnnotationController.ts
View File
@ -42,6 +42,7 @@ export default class BlameAnnotationController extends Disposable {
}
else
if
(
!
toggleWhitespace
&&
this
.
_whitespaceController
)
{
this
.
_whitespaceController
.
dispose
(
)
;
this
.
_whitespaceController
=
undefined
;
}
}
Write
Preview
Loading…
Cancel
Save