File tree 3 files changed +4
-0
lines changed
3 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ func (self *StashController) handleStashApply(stashEntry *models.StashEntry) err
111
111
if err != nil {
112
112
return err
113
113
}
114
+ self .c .Context ().Push (self .c .Contexts ().Files )
114
115
return nil
115
116
}
116
117
@@ -137,6 +138,7 @@ func (self *StashController) handleStashPop(stashEntry *models.StashEntry) error
137
138
if err != nil {
138
139
return err
139
140
}
141
+ self .c .Context ().Push (self .c .Contexts ().Files )
140
142
return nil
141
143
}
142
144
Original file line number Diff line number Diff line change @@ -36,6 +36,7 @@ var Apply = NewIntegrationTest(NewIntegrationTestArgs{
36
36
)
37
37
38
38
t .Views ().Files ().
39
+ IsFocused ().
39
40
Lines (
40
41
Contains ("file" ),
41
42
)
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ var Pop = NewIntegrationTest(NewIntegrationTestArgs{
34
34
IsEmpty ()
35
35
36
36
t .Views ().Files ().
37
+ IsFocused ().
37
38
Lines (
38
39
Contains ("file" ),
39
40
)
You can’t perform that action at this time.
0 commit comments