···655655 // Or if we did a middle click, and now released it
656656 else if (last_mouse.button == .middle)
657657 ctx.redraw = true;
658658+ } else {
659659+ // If we didn't have the mouse previously, we redraw
660660+ ctx.redraw = true;
658661 }
659662660663 // Save this mouse state for when we draw