Cleanup
This commit is contained in:
@@ -10,7 +10,6 @@ export default function ListItem({
|
||||
...props
|
||||
}: SlateNodeProps) {
|
||||
const checked = node.data.get('checked');
|
||||
console.log('ListItem.checked', checked);
|
||||
|
||||
if (checked !== undefined) {
|
||||
return (
|
||||
|
||||
@@ -26,7 +26,6 @@ type Props = SlateNodeProps & {
|
||||
type Options = {
|
||||
type: string | Object,
|
||||
wrapper?: string | Object,
|
||||
append?: string | Object,
|
||||
};
|
||||
|
||||
class BlockToolbar extends Component {
|
||||
|
||||
Reference in New Issue
Block a user