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

Commit

Permalink
fix: remove extScrollSync from viewer story which causes error
Browse files Browse the repository at this point in the history
  • Loading branch information
Changje Jeong authored and sohee-lee7 committed Mar 29, 2019
1 parent 9ca0b7f commit 3319c66
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions stories/viewer.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import 'highlight.js/styles/github.css';
import 'tui-editor/dist/tui-editor.min.css';
import 'tui-editor/dist/tui-editor-contents.min.css';

import 'tui-editor/dist/tui-editor-extScrollSync';
import 'tui-editor/dist/tui-editor-extColorSyntax';
import 'tui-editor/dist/tui-editor-extUML';
import 'tui-editor/dist/tui-editor-extChart';
Expand All @@ -35,7 +34,6 @@ stories.add('demo', () => ({
minHeight: 100,
maxHeight: 300
},
'scrollSync',
'colorSyntax',
'uml',
'mark',
Expand Down Expand Up @@ -65,7 +63,6 @@ stories.add('change value prop', () => ({
minHeight: 100,
maxHeight: 300
},
'scrollSync',
'colorSyntax',
'uml',
'mark',
Expand Down Expand Up @@ -100,7 +97,6 @@ stories.add('invoke method', () => ({
minHeight: 100,
maxHeight: 300
},
'scrollSync',
'colorSyntax',
'uml',
'mark',
Expand Down

0 comments on commit 3319c66

Please sign in to comment.