mirror of https://github.com/status-im/codimd.git
Move syncsroll under lib
This commit is contained in:
parent
d9221f6011
commit
0e9afde5fa
|
@ -65,7 +65,7 @@ import {
|
||||||
setupSyncAreas,
|
setupSyncAreas,
|
||||||
syncScrollToEdit,
|
syncScrollToEdit,
|
||||||
syncScrollToView
|
syncScrollToView
|
||||||
} from './syncscroll'
|
} from './lib/syncscroll'
|
||||||
|
|
||||||
import {
|
import {
|
||||||
writeHistory,
|
writeHistory,
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
import markdownitContainer from 'markdown-it-container'
|
import markdownitContainer from 'markdown-it-container'
|
||||||
|
|
||||||
import { md } from './extra'
|
import { md } from '../extra'
|
||||||
import modeType from './lib/editor/modeType'
|
import modeType from '../lib/editor/modeType'
|
||||||
|
|
||||||
function addPart (tokens, idx) {
|
function addPart (tokens, idx) {
|
||||||
if (tokens[idx].map && tokens[idx].level === 0) {
|
if (tokens[idx].map && tokens[idx].level === 0) {
|
Loading…
Reference in New Issue