mirror of
https://github.com/charmbracelet/glow
synced 2024-11-10 14:14:17 +00:00
Remove mysterious "stash may not be totally loaded" dots for now
This commit is contained in:
parent
3f22be5ae4
commit
2c71185ba6
1 changed files with 5 additions and 3 deletions
|
@ -498,9 +498,11 @@ func stashView(m stashModel) string {
|
|||
pagination = common.Subtle(paginator.View(m.paginator))
|
||||
}
|
||||
|
||||
if !m.stashFullyLoaded {
|
||||
pagination += common.Subtle(" ···")
|
||||
}
|
||||
/*
|
||||
if !m.stashFullyLoaded {
|
||||
pagination += common.Subtle(" ···")
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
s += fmt.Sprintf(
|
||||
|
|
Loading…
Reference in a new issue