mirror of
https://github.com/Maks1mS/bubbles.git
synced 2025-03-14 04:53:43 +03:00
fix(spinner): remove unused member in model
This commit is contained in:
parent
154cdbc53a
commit
292a1dd7ba
@ -72,7 +72,6 @@ var (
|
|||||||
// Model contains the state for the spinner. Use NewModel to create new models
|
// Model contains the state for the spinner. Use NewModel to create new models
|
||||||
// rather than using Model as a struct literal.
|
// rather than using Model as a struct literal.
|
||||||
type Model struct {
|
type Model struct {
|
||||||
|
|
||||||
// Spinner settings to use. See type Spinner.
|
// Spinner settings to use. See type Spinner.
|
||||||
Spinner Spinner
|
Spinner Spinner
|
||||||
|
|
||||||
@ -83,10 +82,9 @@ type Model struct {
|
|||||||
// https://github.com/charmbracelet/lipgloss
|
// https://github.com/charmbracelet/lipgloss
|
||||||
Style lipgloss.Style
|
Style lipgloss.Style
|
||||||
|
|
||||||
frame int
|
frame int
|
||||||
startTime time.Time
|
id int
|
||||||
id int
|
tag int
|
||||||
tag int
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// ID returns the spinner's unique ID.
|
// ID returns the spinner's unique ID.
|
||||||
|
Loading…
Reference in New Issue
Block a user