Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

Commit 3319c66

Browse files
Changje Jeongsohee-lee7
authored andcommitted
fix: remove extScrollSync from viewer story which causes error
1 parent 9ca0b7f commit 3319c66

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

stories/viewer.stories.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import 'highlight.js/styles/github.css';
99
import 'tui-editor/dist/tui-editor.min.css';
1010
import 'tui-editor/dist/tui-editor-contents.min.css';
1111

12-
import 'tui-editor/dist/tui-editor-extScrollSync';
1312
import 'tui-editor/dist/tui-editor-extColorSyntax';
1413
import 'tui-editor/dist/tui-editor-extUML';
1514
import 'tui-editor/dist/tui-editor-extChart';
@@ -35,7 +34,6 @@ stories.add('demo', () => ({
3534
minHeight: 100,
3635
maxHeight: 300
3736
},
38-
'scrollSync',
3937
'colorSyntax',
4038
'uml',
4139
'mark',
@@ -65,7 +63,6 @@ stories.add('change value prop', () => ({
6563
minHeight: 100,
6664
maxHeight: 300
6765
},
68-
'scrollSync',
6966
'colorSyntax',
7067
'uml',
7168
'mark',
@@ -100,7 +97,6 @@ stories.add('invoke method', () => ({
10097
minHeight: 100,
10198
maxHeight: 300
10299
},
103-
'scrollSync',
104100
'colorSyntax',
105101
'uml',
106102
'mark',

0 commit comments

Comments
 (0)