Skip to content

Commit 24faf0b

Browse files
committed
feat(react-utils): fixed stories params
1 parent 8feeb62 commit 24faf0b

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

demo/defaults/excluded-controls.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ export const excludedControls = [
33
'withDefaultInitialContent',
44
'onChangeEditorType',
55
'onChangeSplitModeEnabled',
6-
'storyAdditionalControls',
76
];

demo/stories/yfm/YFM.stories.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const YfmHtmlBlock: Story = {
5757
initial: markup.yfmHtmlBlock,
5858
storyAdditionalControls: {
5959
yfmHtmlBlockAutoSaveEnabled: false,
60-
yfmHtmlBlockAutoSaveDelay: 1000,
60+
yfmHtmlBlockAutoSaveDelay: 2000,
6161
},
6262
},
6363
};
@@ -83,7 +83,7 @@ export const MermaidDiagram: Story = {
8383
initial: markup.mermaidDiagram,
8484
storyAdditionalControls: {
8585
mermaidAutoSaveEnabled: false,
86-
mermaidAutoSaveDelay: 1000,
86+
mermaidAutoSaveDelay: 2000,
8787
},
8888
},
8989
};

0 commit comments

Comments
 (0)