Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dweymouth committed Jun 25, 2024
1 parent 10905a8 commit 4794eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/widget/scroller.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ func newScrollBar(area *scrollBarArea) *scrollBar {
return b
}

func (r *scrollBarArea) isLarge() bool {
return r.isMouseIn || r.isDragged
func (a *scrollBarArea) isLarge() bool {
return a.isMouseIn || a.isDragged
}

type scrollBarAreaRenderer struct {
Expand Down

0 comments on commit 4794eb2

Please sign in to comment.