We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f546f7 commit 29fc46dCopy full SHA for 29fc46d
pkg/gui/context/patch_explorer_context.go
@@ -94,11 +94,6 @@ func (self *PatchExplorerContext) Render() {
94
self.c.Render()
95
}
96
97
-func (self *PatchExplorerContext) Focus() {
98
- self.FocusSelection()
99
- self.c.Render()
100
-}
101
-
102
func (self *PatchExplorerContext) setContent() {
103
self.GetView().SetContent(self.GetContentToRender())
104
pkg/gui/types/context.go
@@ -192,7 +192,6 @@ type IPatchExplorerContext interface {
192
GetIncludedLineIndices() []int
193
RenderAndFocus()
194
Render()
195
- Focus()
196
GetContentToRender() string
197
NavigateTo(selectedLineIdx int)
198
GetMutex() *deadlock.Mutex
0 commit comments