We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39f495 commit 39d9997Copy full SHA for 39d9997
1 file changed
src/components/BootstrapBlazor.ImageCropper/ImageCropper.razor
@@ -1,6 +1,6 @@
1
@namespace BootstrapBlazor.Components
2
@inherits BootstrapModuleComponentBase
3
-@attribute [JSModuleAutoLoader("./_content/BootstrapBlazor.ImageCropper/ImageCropper.razor.js")]
+@attribute [JSModuleAutoLoader("./_content/BootstrapBlazor.ImageCropper/ImageCropper.razor.js", JSObjectReference = true)]
4
5
<div @attributes="@AdditionalAttributes" class="@ClassString" id="@Id">
6
<img src="@Url" class="bb-cropper-image" />
0 commit comments