Link fix
This commit is contained in:
+1
-1
File diff suppressed because one or more lines are too long
@@ -50,7 +50,7 @@ export const onDownloadSVG = event => {
|
|||||||
console.log('event', event);
|
console.log('event', event);
|
||||||
};
|
};
|
||||||
|
|
||||||
let url = '/view';
|
let url = '/mermaid-live-editor/#/view';
|
||||||
let iUrl;
|
let iUrl;
|
||||||
const unsubscribe = codeStore.subscribe( state => {
|
const unsubscribe = codeStore.subscribe( state => {
|
||||||
url = '/mermaid-live-editor/#/view/' + Base64.encode(JSON.stringify(state));
|
url = '/mermaid-live-editor/#/view/' + Base64.encode(JSON.stringify(state));
|
||||||
|
|||||||
Reference in New Issue
Block a user