- Default to stylesheet above editor directory
This commit is contained in:
@@ -67,7 +67,7 @@ svgEditor.setConfig({
|
|||||||
|
|
||||||
// STYLESHEET CONFIG
|
// STYLESHEET CONFIG
|
||||||
svgEditor.setConfig({
|
svgEditor.setConfig({
|
||||||
stylesheets: ['@default', 'svgedit-custom.css']
|
stylesheets: ['@default', '../svgedit-custom.css']
|
||||||
});
|
});
|
||||||
|
|
||||||
// OTHER CONFIG
|
// OTHER CONFIG
|
||||||
|
|||||||
Reference in New Issue
Block a user