rendering changes, no more "dirty"
This commit is contained in:
parent
13d57534a6
commit
d69f375a57
4 changed files with 43 additions and 55 deletions
1
event.go
1
event.go
|
|
@ -76,7 +76,6 @@ type Stat string
|
|||
|
||||
func (data Stat) HandleIncoming(app *App) {
|
||||
app.stats = string(data)
|
||||
app.dirty = true
|
||||
}
|
||||
func (_ Stat) HandleOutgoing(app *App) error {
|
||||
res, err := app.Stat()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue