placing a signature control in a SfDialog and running into a number of issues
sometimes on the first popup of the dialog the signature control seems to not get activated properly
if i just have a signature control at this time it has no size. if i force the size via CSS it does the following
when i try to draw i get the following error
Uncaught DOMException: Failed to execute 'drawImage' on 'CanvasRenderingContext2D': The image argument is a canvas element with a width or height of 0.
at e.updateSnapCollection (https://localhost:44336/_content/Syncfusion.Blazor.Inputs/scripts/sf-signature.min.js?v=20.3.57:1:10453)
at e.mouseUpHandler (https://localhost:44336/_content/Syncfusion.Blazor.Inputs/scripts/sf-signature.
then when i close and reopen the dialog i get the following error
Uncaught TypeError: Cannot read properties of null (reading 'length')
at e.endDraw (sf-signature.min.js?v=20.3.57:1:7490)
at e.mouseUpHandler (sf-signature.min.js?v=20.3.57:1:3648)
but now the signature control works
the error above is now shown on any page load even if there is no signature control on that page so something stays left behind