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 eed6f7f commit 011d14eCopy full SHA for 011d14e
src/globals_class.ts
@@ -645,7 +645,7 @@ export class GFPlugin {
645
* @memberof GFPlugin
646
*/
647
static getDrawioPath(): string {
648
- return `${GFPlugin.getLibsPath()}drawio/`;
+ return `${GFPlugin.getLibsPath()}/drawio/`;
649
}
650
651
/**
@@ -655,7 +655,7 @@ export class GFPlugin {
655
656
657
static getStaticPath(): string {
658
- return `${GFPlugin.getRootPath()}static/`;
+ return `${GFPlugin.getRootPath()}/static/`;
659
660
661
0 commit comments