Skip to content

Commit

Permalink
Merge 96af5f4 into c6028f0
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Jan 18, 2022
2 parents c6028f0 + 96af5f4 commit 9db1dc3
Show file tree
Hide file tree
Showing 5 changed files with 554 additions and 8 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@
"mermaid": "8.13.8",
"moment": "^2.29.1",
"monaco-editor": "^0.31.1",
"monaco-mermaid": "^1.0.1",
"random-word-slugs": "^0.1.6"
},
"lint-staged": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import { themeStore } from '$lib/util/theme';
import type monaco from 'monaco-editor';
import { createEventDispatcher, onMount } from 'svelte';
import initEditor from 'monaco-mermaid';
import { initEditor } from './util';
let divEl: HTMLDivElement = null;
let editor: monaco.editor.IStandaloneCodeEditor;
Expand Down
Loading

0 comments on commit 9db1dc3

Please sign in to comment.