mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-20 22:21:20 +02:00
Remove leaves from walkthough docs (#2831)
This commit is contained in:
committed by
Ian Storm Taylor
parent
f15538d6a5
commit
e4c6beaab4
@@ -40,11 +40,7 @@ const initialValue = Value.fromJSON({
|
|||||||
nodes: [
|
nodes: [
|
||||||
{
|
{
|
||||||
object: 'text',
|
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: [
|
nodes: [
|
||||||
{
|
{
|
||||||
object: 'text',
|
object: 'text',
|
||||||
leaves: [
|
text: 'A line of text in a paragraph.',
|
||||||
{
|
|
||||||
text: 'A line of text in a paragraph.',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
@@ -23,11 +23,7 @@ const initialValue = Value.fromJSON({
|
|||||||
nodes: [
|
nodes: [
|
||||||
{
|
{
|
||||||
object: 'text',
|
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: [
|
nodes: [
|
||||||
{
|
{
|
||||||
object: 'text',
|
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: [
|
nodes: [
|
||||||
{
|
{
|
||||||
object: 'text',
|
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: [
|
nodes: [
|
||||||
{
|
{
|
||||||
object: 'text',
|
object: 'text',
|
||||||
leaves: [
|
text: 'A line of text in a paragraph.',
|
||||||
{
|
|
||||||
text: 'A line of text in a paragraph.',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user