diff -r 964438ef8401 -r a4705c2b4544 client/src/components/SlateEditor.js --- a/client/src/components/SlateEditor.js Mon Oct 01 00:17:45 2018 +0200 +++ b/client/src/components/SlateEditor.js Mon Oct 08 03:24:47 2018 +0200 @@ -7,6 +7,7 @@ import HtmlSerializer from '../HtmlSerializer' import AnnotationPlugin from '../AnnotationPlugin' import CategoriesTooltip from './CategoriesTooltip' +// import './SlateEditor.css'; import { now } from '../utils'; import { defaultAnnotationsCategories } from '../constants'; @@ -26,6 +27,7 @@ // TODO Check if we can move this to the plugin using the schema option // https://docs.slatejs.org/reference/plugins/plugin.html#schema const schema = { + nodes: { 'bulleted-list': props =>
{children}case 'bulleted-list': @@ -577,13 +640,11 @@ renderEditor = () => { return ( -