Merge branch 'fix-render-bug' of sloum/bombadillo into develop

This commit is contained in:
Sloom Sloum Sluom IV 2019-10-08 22:53:54 -04:00 committed by Gitea
commit ff948b829d
1 changed files with 0 additions and 1 deletions

View File

@ -50,7 +50,6 @@ func (b *Bookmarks) ToggleOpen() {
b.IsFocused = true
} else {
b.IsFocused = false
cui.Clear("screen")
}
}