Skip to content

Commit 0e9afde

Browse files
committed
Move syncsroll under lib
1 parent d9221f6 commit 0e9afde

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

public/js/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ import {
6565
setupSyncAreas,
6666
syncScrollToEdit,
6767
syncScrollToView
68-
} from './syncscroll'
68+
} from './lib/syncscroll'
6969

7070
import {
7171
writeHistory,
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
import markdownitContainer from 'markdown-it-container'
66

7-
import { md } from './extra'
8-
import modeType from './lib/editor/modeType'
7+
import { md } from '../extra'
8+
import modeType from '../lib/editor/modeType'
99

1010
function addPart (tokens, idx) {
1111
if (tokens[idx].map && tokens[idx].level === 0) {

0 commit comments

Comments
 (0)