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
Respects commit details view pinning
main
Eric Amodio
1 year ago
parent
9e59258513
commit
9ec461b642
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
src/webviews/commitDetails/commitDetailsWebviewView.ts
+ 2
- 0
src/webviews/commitDetails/commitDetailsWebviewView.ts
View File
@ -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
;
Write
Preview
Loading…
Cancel
Save