Skip to content

Commit ee58881

Browse files
committed
Fixed typos
1 parent a40a908 commit ee58881

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

internal/model/model.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ func (l *BookmarkList) Load(hash string) {
183183
}
184184
}
185185

186-
187186
// A page in this case is generally analogous to an image
188187
// They are grouped on Spreads
189188
type Page struct {

internal/ui/pageview.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ func (v *PageView) Connect(m *model.Model, u *UI) {
101101
if cmd != nil {
102102
cmd.Execute()
103103
}
104+
104105
v.hud.ShowAll()
105106
v.hudHidden = false
106107
v.hudKeepAlive = true

0 commit comments

Comments
 (0)