Syncfusion v20.4.0.51.
I have a component "SfRichTextEditor" and if I try to fast click the insert button, the image is inserted multiple times. This happens when I'm working with a slow connection.
<div id = "ControlRegion">
<div class="control-section">
<SfRichTextEditor Height="250px">
<ChildContent>
The sample is added to showcase **markdown editing**.
<RichTextEditorToolbarSettings />
</ChildContent>
</SfRichTextEditor>
</div>
</div>