mirror of
https://github.com/taigrr/bubbletea.git
synced 2026-04-17 10:35:28 -07:00
Remove this extraneous type
This commit is contained in:
2
boba.go
2
boba.go
@@ -180,8 +180,6 @@ func ExitAltScreen() {
|
|||||||
termenv.ExitAltScreen()
|
termenv.ExitAltScreen()
|
||||||
}
|
}
|
||||||
|
|
||||||
type EveryMsg time.Time
|
|
||||||
|
|
||||||
// Every is a command that ticks in sync with the system clock. So, if you
|
// Every is a command that ticks in sync with the system clock. So, if you
|
||||||
// wanted to tick with the system clock every second, minute or hour you
|
// wanted to tick with the system clock every second, minute or hour you
|
||||||
// could use this. It's also handy for having different things tick in sync.
|
// could use this. It's also handy for having different things tick in sync.
|
||||||
|
|||||||
Reference in New Issue
Block a user