fix the folder for svg-editor.html
This commit is contained in:
@@ -675,10 +675,10 @@ editor.init = function () {
|
||||
window.svgEditor.modules !== false;
|
||||
if (!modularVersion) {
|
||||
Object.assign(defaultConfig, {
|
||||
langPath: '../dist/locale/',
|
||||
extPath: '../dist/extensions/',
|
||||
canvgPath: '../dist/',
|
||||
jspdfPath: '../dist/'
|
||||
langPath: '../../dist/locale/',
|
||||
extPath: '../../dist/extensions/',
|
||||
canvgPath: '../../dist/',
|
||||
jspdfPath: '../../dist/'
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user