Move syncsroll under lib

This commit is contained in:
Yukai Huang 2017-04-11 21:33:54 +08:00
parent d9221f6011
commit 0e9afde5fa
2 changed files with 3 additions and 3 deletions

View file

@ -65,7 +65,7 @@ import {
setupSyncAreas,
syncScrollToEdit,
syncScrollToView
} from './syncscroll'
} from './lib/syncscroll'
import {
writeHistory,

View file

@ -4,8 +4,8 @@
import markdownitContainer from 'markdown-it-container'
import { md } from './extra'
import modeType from './lib/editor/modeType'
import { md } from '../extra'
import modeType from '../lib/editor/modeType'
function addPart (tokens, idx) {
if (tokens[idx].map && tokens[idx].level === 0) {