mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-07-31 14:24:25 +03:00
improve merge conflict flow
This commit is contained in:
@ -167,7 +167,7 @@ func (gui *Gui) contextTree() ContextTree {
|
||||
Key: MAIN_PATCH_BUILDING_CONTEXT_KEY,
|
||||
},
|
||||
Merging: &BasicContext{
|
||||
OnFocus: OnFocusWrapper(gui.refreshMergePanelWithLock),
|
||||
OnFocus: OnFocusWrapper(gui.renderConflictsWithFocus),
|
||||
Kind: MAIN_CONTEXT,
|
||||
ViewName: "main",
|
||||
Key: MAIN_MERGING_CONTEXT_KEY,
|
||||
|
Reference in New Issue
Block a user