1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-09-02 03:32:36 +02:00

Revert "Fix bolded text in input-tester initial value"

This reverts commit 82e1213be3.
This commit is contained in:
Brian Bucknam
2018-10-17 12:49:56 -07:00
parent 6f2d2e1eb8
commit b5a0a2440f

View File

@@ -12,10 +12,10 @@
"text": "This Slate editor records all of the " "text": "This Slate editor records all of the "
}, },
{ {
"text": "keyboard", "text": "bold",
"marks": [ "marks": [
{ {
"type": "bold" "type": "keyboard"
} }
] ]
}, },
@@ -23,10 +23,10 @@
"text": ", " "text": ", "
}, },
{ {
"text": "input", "text": "bold",
"marks": [ "marks": [
{ {
"type": "bold" "type": "input"
} }
] ]
}, },
@@ -34,10 +34,10 @@
"text": " and " "text": " and "
}, },
{ {
"text": "selection", "text": "bold",
"marks": [ "marks": [
{ {
"type": "bold" "type": "selection"
} }
] ]
}, },