We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0fc0da commit 36e3909Copy full SHA for 36e3909
client/src/components/Draftail/__snapshots__/index.test.js.snap
@@ -7,6 +7,7 @@ Object {
7
"autoComplete": null,
8
"autoCorrect": null,
9
"blockTypes": Array [],
10
+ "bottomToolbar": null,
11
"controls": Array [],
12
"decorators": Array [],
13
"enableHorizontalRule": Object {
@@ -25,8 +26,11 @@ Object {
25
26
],
27
"inlineStyles": Array [],
28
"maxListNesting": 4,
29
+ "onBlur": null,
30
+ "onFocus": null,
31
"onSave": [Function],
32
"placeholder": "Write here…",
33
+ "plugins": Array [],
34
"rawContentState": null,
35
"showRedoControl": Object {
36
"description": "Redo",
@@ -39,6 +43,7 @@ Object {
39
43
"stripPastedStyles": false,
40
44
"textAlignment": null,
41
45
"textDirectionality": null,
46
+ "topToolbar": [Function],
42
47
}
48
`;
49
0 commit comments