Skip to content

Commit

Permalink
Don't change the position logic for now
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Nov 16, 2023
1 parent f1bb766 commit 97ae320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container/doctabs.go
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ func (t *DocTabs) SetItems(items []*TabItem) {

// SetTabLocation sets the location of the tab bar
func (t *DocTabs) SetTabLocation(l TabLocation) {
t.location = l
t.location = tabsAdjustedLocation(l)
t.Refresh()
}

Expand Down

0 comments on commit 97ae320

Please sign in to comment.