fix keyboard scrolling weirdness by updating Fyne fork

This commit is contained in:
Drew Weymouth
2024-02-22 17:25:46 -08:00
parent 7b1ec1fe74
commit daac2c8566
10 changed files with 3 additions and 12 deletions
-1
View File
@@ -164,7 +164,6 @@ func (a *FavoritesPage) Scroll(amount float32) {
}
if grid != nil {
grid.ScrollToOffset(grid.GetScrollOffset() + amount)
grid.Refresh()
}
}