We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9221f6 commit 0e9afdeCopy full SHA for 0e9afde
public/js/index.js
@@ -65,7 +65,7 @@ import {
65
setupSyncAreas,
66
syncScrollToEdit,
67
syncScrollToView
68
-} from './syncscroll'
+} from './lib/syncscroll'
69
70
import {
71
writeHistory,
public/js/syncscroll.js public/js/lib/syncscroll.jspublic/js/syncscroll.js renamed to public/js/lib/syncscroll.js
@@ -4,8 +4,8 @@
4
5
import markdownitContainer from 'markdown-it-container'
6
7
-import { md } from './extra'
8
-import modeType from './lib/editor/modeType'
+import { md } from '../extra'
+import modeType from '../lib/editor/modeType'
9
10
function addPart (tokens, idx) {
11
if (tokens[idx].map && tokens[idx].level === 0) {
0 commit comments