Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
handleChange: (editor: Editor) => clearFormat(editor)
}
onClick: editor => clearFormat(editor),
};
document.getElementById('clearFormatButton').addEventListener('click', function() {
clearFormat(getCurrentEditor());
});
onClick: (editor, key) => (key == 'block' ? clearBlockFormat(editor) : clearFormat(editor)),
dropDownItems: {