Skip to content

Commit f57c867

Browse files
committed
986121- IE Blazor UG correction based on shared prompt
1 parent b27074e commit f57c867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazor/image-editor/how-to/clear-image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99

1010
# Clear an Image in the Blazor Image Editor component
1111

12-
The [ClearImageAsync](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.ImageEditor.SfImageEditor.html#Syncfusion_Blazor_ImageEditor_SfImageEditor_ClearImageAsync) method clears the current image from the editor. This is useful when the component is hosted in a dialog: calling `ClearImageAsync` before closing the dialog prevents the previously loaded image from persisting when the dialog is reopened, ensuring a fresh state for a new selection.
12+
The [ClearImageAsync](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.ImageEditor.SfImageEditor.html#Syncfusion_Blazor_ImageEditor_SfImageEditor_ClearImageAsync) method clears the current image from the editor. This is useful when the component is rendered in a dialog: calling `ClearImageAsync` before closing the dialog prevents the previously loaded image from persisting when the dialog is reopened, ensuring a fresh state for a new selection.
1313

1414
```cshtml
1515
@using Syncfusion.Blazor.ImageEditor

0 commit comments

Comments
 (0)