fix: delete answers without changing expandable (#328)
This commit is contained in:
@@ -152,8 +152,6 @@ export const setupCustomBehavior = ({
|
||||
updateContent,
|
||||
});
|
||||
});
|
||||
// TODO: consider using tinyMCE onblur for all react state updates
|
||||
editor.on('blur', () => updateContent(editor.getContent()));
|
||||
}
|
||||
editor.on('ExecCommand', (e) => {
|
||||
if (editorType === 'text' && e.command === 'mceFocus') {
|
||||
|
||||
Reference in New Issue
Block a user