This commit is contained in:
Tom Moor
2017-12-05 22:29:07 -08:00
parent e3f664e8a4
commit e64ca3ca43
5 changed files with 19 additions and 30 deletions

View File

@ -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 (