Open
Description
Firefox 108
SCEditor 3.2.0 format: bbcode
sceditor.create(textarea, options);
instance = sceditor.instance(textarea);
var forDelete = ['youtube', 'rtl', 'ltr'];
if (!linkEnabled) {
forDelete = forDelete.concat('url', 'img', 'email');
}
for (var bbcodeForDelete of forDelete) {
sceditor.command.remove(bbcodeForDelete);
sceditor.formats.bbcode.remove(bbcodeForDelete);
}
If there is "rtl" in the list for deletion, then this error occurs anyway.
If there is 'img', then when using emoticons.
The moment the error occurred:
- Apparently when sending a message, because the server reports that an empty message has arrived.
- And when switching from visual mode to code and back.
Activity