From b5a0a2440f388f741222574974cf5fd2ff454a91 Mon Sep 17 00:00:00 2001 From: Brian Bucknam Date: Wed, 17 Oct 2018 12:49:56 -0700 Subject: [PATCH] Revert "Fix bolded text in input-tester initial value" This reverts commit 82e1213be39a9f19c837ff3d28c4c025035d595b. --- examples/input-tester/value.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/examples/input-tester/value.json b/examples/input-tester/value.json index 71b5e9599..a88082842 100644 --- a/examples/input-tester/value.json +++ b/examples/input-tester/value.json @@ -12,10 +12,10 @@ "text": "This Slate editor records all of the " }, { - "text": "keyboard", + "text": "bold", "marks": [ { - "type": "bold" + "type": "keyboard" } ] }, @@ -23,10 +23,10 @@ "text": ", " }, { - "text": "input", + "text": "bold", "marks": [ { - "type": "bold" + "type": "input" } ] }, @@ -34,10 +34,10 @@ "text": " and " }, { - "text": "selection", + "text": "bold", "marks": [ { - "type": "bold" + "type": "selection" } ] },