Skip to content

Commit

Permalink
Update file info for chmod events with watch mode (#1758)
Browse files Browse the repository at this point in the history
  • Loading branch information
joelim-work committed Jun 22, 2024
1 parent adaf464 commit 38ddfea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app.go
Original file line number Diff line number Diff line change
Expand Up @@ -456,6 +456,9 @@ func (app *app) loop() {
}

app.ui.loadFile(app, false)
if app.ui.msgIsStat {
app.ui.loadFileInfo(app.nav)
}
app.ui.draw(app.nav)
case ev := <-app.ui.evChan:
e := app.ui.readEvent(ev, app.nav)
Expand Down

0 comments on commit 38ddfea

Please sign in to comment.