Skip to content

Commit ac59ddb

Browse files
committed
fix tsignore & eslint
1 parent 9511791 commit ac59ddb

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/editor.ts

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -247,10 +247,11 @@ namespace Private {
247247
}
248248

249249
_mxLoading = new PromiseDelegate();
250+
/*eslint-disable */
250251
// @ts-ignore
251-
_mx = await import(
252-
'./mxgraph/javascript/examples/grapheditor/www/modulated.js'
253-
);
252+
_mx = await import('./mxgraph/javascript/examples/grapheditor/www/modulated.js');
253+
/*eslint-enable */
254+
254255
_mxLoading.resolve(_mx);
255256
return _mx;
256257
}

0 commit comments

Comments
 (0)