Welcome to the React feedback portal. We’re happy you’re here! If you have feedback on how to improve the React, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi,
Image deletion throws an exception when you try to delete by pressing backspace key when the spellchecker is enabled (
I initialized it this way:
this.editor.spellChecker.languageID = 1036;
this.editor.spellChecker.allowSpellCheckAndSuggestion = true;
this.editor.spellChecker.enableOptimizedSpellCheck = true;
usecases:
deleting
deleting
deleting image by positioning carret after image then pressing backspace -> error
the exception is thrown by the dictionary by checking a "text" property, but the ImageElementBox hasn't this property
You can try it here :
https://stackblitz.com/edit/react-ps1kug-judtlw?file=Mord.js
here is some additional informations from my console