This commit is contained in:
Knut Sveidqvist
2019-11-23 21:02:34 +01:00
parent 725941de99
commit 0d4319ea2d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -50,7 +50,7 @@ export const onDownloadSVG = event => {
console.log('event', event);
};
let url = '/view';
let url = '/mermaid-live-editor/#/view';
let iUrl;
const unsubscribe = codeStore.subscribe( state => {
url = '/mermaid-live-editor/#/view/' + Base64.encode(JSON.stringify(state));