edandersen / blazor-desktop-crossplatform-sample

Example of an actual cross platform web and desktop hybrid Blazor app using the .NET 6 Blazor Desktop implementation
170 stars 46 forks source link

Adaptation for page layout #4

Closed sharpist closed 2 years ago

sharpist commented 3 years ago

Fixed a potential problem where a mouse click couldn't point to the ball and touch it. This situation may pop up when we want to individually position the canvas for our markup.

This is the most complete and final fix.

edandersen commented 2 years ago

Lovely, thank you!