Chronostasys / Blazor.Cropper

A blazor library provides component to crop image
MIT License
84 stars 19 forks source link

fix: null ref exception caused by event trigger before parameter set #37

Closed Chronostasys closed 2 years ago

Chronostasys commented 2 years ago

Issue 36 is an old issue, caused by js emitting onmouseup event before the image data is set. Simply move the event initialization step from OninitializedAsync to OnParameterSetAsync shall fix this issue.
close #36