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 0236682 commit 9e3e1a7Copy full SHA for 9e3e1a7
pkg/gui/context/branches_context.go
@@ -30,7 +30,7 @@ func NewBranchesContext(c *ContextCommon) *BranchesContext {
30
c.State().GetItemOperation,
31
c.State().GetRepoState().GetScreenMode() != types.SCREEN_NORMAL,
32
c.Modes().Diffing.Ref,
33
- c.Views().Branches.InnerWidth(),
+ c.Views().Branches.InnerWidth()+c.Views().Branches.OriginX(),
34
c.Tr,
35
c.UserConfig(),
36
c.Model().Worktrees,
0 commit comments