Skip to content

Commit

Permalink
Skip drawing UI for period timer (#1666)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelim-work authored Mar 31, 2024
1 parent 702d675 commit ac016fe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app.go
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@ func (app *app) loop() {
case <-app.ticker.C:
app.nav.renew()
app.ui.loadFile(app, false)
app.ui.draw(app.nav)
case <-app.nav.previewTimer.C:
app.nav.previewLoading = true
app.ui.draw(app.nav)
Expand Down

0 comments on commit ac016fe

Please sign in to comment.