You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The logic to check if a tile was visible or if we can click it wasn't working on resizable, this should fix it by switching from `tile := tile.ExtractBox(MainScreen.Bounds)` to ` tile := MainScreen.Filter(tile)`
0 commit comments