mirror of
https://github.com/charmbracelet/glow
synced 2024-11-10 14:14:17 +00:00
Replace commented-out code about stash-related pagination with a note
This commit is contained in:
parent
bf683538f8
commit
2c3c5a8c87
1 changed files with 3 additions and 5 deletions
|
@ -526,11 +526,9 @@ func stashView(m stashModel) string {
|
|||
pagination = common.Subtle(paginator.View(m.paginator))
|
||||
}
|
||||
|
||||
/*
|
||||
if !m.stashFullyLoaded {
|
||||
pagination += common.Subtle(" ···")
|
||||
}
|
||||
*/
|
||||
// We could also look at m.stashFullyLoaded and add an indicator
|
||||
// showing that we don't actually know how many more pages there
|
||||
// are.
|
||||
}
|
||||
|
||||
s += fmt.Sprintf(
|
||||
|
|
Loading…
Reference in a new issue