rename merging context to mergeConflicts

This commit is contained in:
Jesse Duffield
2022-08-06 18:05:00 +10:00
parent cd2c01d1cf
commit 445a625b56
16 changed files with 215 additions and 133 deletions

View File

@@ -93,7 +93,7 @@ func (gui *Gui) filesRenderToMain() error {
}
func (gui *Gui) onFocusFile() error {
gui.takeOverMergeConflictScrolling()
gui.State.Contexts.MergeConflicts.SetUserScrolling(false)
return nil
}