File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -3,5 +3,4 @@ export const excludedControls = [
3
3
'withDefaultInitialContent' ,
4
4
'onChangeEditorType' ,
5
5
'onChangeSplitModeEnabled' ,
6
- 'storyAdditionalControls' ,
7
6
] ;
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ export const YfmHtmlBlock: Story = {
57
57
initial : markup . yfmHtmlBlock ,
58
58
storyAdditionalControls : {
59
59
yfmHtmlBlockAutoSaveEnabled : false ,
60
- yfmHtmlBlockAutoSaveDelay : 1000 ,
60
+ yfmHtmlBlockAutoSaveDelay : 2000 ,
61
61
} ,
62
62
} ,
63
63
} ;
@@ -83,7 +83,7 @@ export const MermaidDiagram: Story = {
83
83
initial : markup . mermaidDiagram ,
84
84
storyAdditionalControls : {
85
85
mermaidAutoSaveEnabled : false ,
86
- mermaidAutoSaveDelay : 1000 ,
86
+ mermaidAutoSaveDelay : 2000 ,
87
87
} ,
88
88
} ,
89
89
} ;
You can’t perform that action at this time.
0 commit comments