mirror of
https://github.com/zoriya/bubbles.git
synced 2026-08-16 01:43:21 +00:00
chore: remove unused YPosition field from viewport.Model
This commit is contained in:
@@ -57,10 +57,6 @@ type Model struct {
|
|||||||
// YOffset is the vertical scroll position.
|
// YOffset is the vertical scroll position.
|
||||||
YOffset int
|
YOffset int
|
||||||
|
|
||||||
// YPosition is the position of the viewport in relation to the terminal
|
|
||||||
// window. It's used in high performance rendering only.
|
|
||||||
YPosition int
|
|
||||||
|
|
||||||
// Style applies a lipgloss style to the viewport. Realistically, it's most
|
// Style applies a lipgloss style to the viewport. Realistically, it's most
|
||||||
// useful for setting borders, margins and padding.
|
// useful for setting borders, margins and padding.
|
||||||
Style lipgloss.Style
|
Style lipgloss.Style
|
||||||
|
|||||||
Reference in New Issue
Block a user