1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-19 13:41:19 +02:00

Remove leaves from walkthough docs (#2831)

This commit is contained in:
Ken Powers
2019-06-07 10:53:33 -07:00
committed by Ian Storm Taylor
parent f15538d6a5
commit e4c6beaab4
2 changed files with 6 additions and 30 deletions

View File

@@ -40,11 +40,7 @@ const initialValue = Value.fromJSON({
nodes: [
{
object: 'text',
leaves: [
{
text: 'A line of text in a paragraph.',
},
],
text: 'A line of text in a paragraph.',
},
],
},
@@ -70,11 +66,7 @@ const initialValue = Value.fromJSON({
nodes: [
{
object: 'text',
leaves: [
{
text: 'A line of text in a paragraph.',
},
],
text: 'A line of text in a paragraph.',
},
],
},

View File

@@ -23,11 +23,7 @@ const initialValue = Value.fromJSON({
nodes: [
{
object: 'text',
leaves: [
{
text: 'A line of text in a paragraph.',
},
],
text: 'A line of text in a paragraph.',
},
],
},
@@ -66,11 +62,7 @@ const initialValue = Value.fromJSON({
nodes: [
{
object: 'text',
leaves: [
{
text: 'A line of text in a paragraph.',
},
],
text: 'A line of text in a paragraph.',
},
],
},
@@ -114,11 +106,7 @@ const initialValue = Value.fromJSON(
nodes: [
{
object: 'text',
leaves: [
{
text: 'A line of text in a paragraph.',
},
],
text: 'A line of text in a paragraph.',
},
],
},
@@ -161,11 +149,7 @@ const initialValue = Value.fromJSON(
nodes: [
{
object: 'text',
leaves: [
{
text: 'A line of text in a paragraph.',
},
],
text: 'A line of text in a paragraph.',
},
],
},