Skip to content

Commit

Permalink
Fixed typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mftb0 committed Jun 8, 2023
1 parent a40a908 commit ee58881
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion internal/model/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,6 @@ func (l *BookmarkList) Load(hash string) {
}
}


// A page in this case is generally analogous to an image
// They are grouped on Spreads
type Page struct {
Expand Down
1 change: 1 addition & 0 deletions internal/ui/pageview.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ func (v *PageView) Connect(m *model.Model, u *UI) {
if cmd != nil {
cmd.Execute()
}

v.hud.ShowAll()
v.hudHidden = false
v.hudKeepAlive = true
Expand Down

0 comments on commit ee58881

Please sign in to comment.