Upgrade MermaidJS (#5043

* Upgrade MermaidJS

* fix: Flashing of diagrams while editing another

* Upgrade vite

* type imports
This commit is contained in:
Tom Moor
2023-04-08 09:20:42 -04:00
committed by GitHub
parent db73879918
commit c97110e72b
6 changed files with 170 additions and 331 deletions

View File

@@ -1,5 +1,5 @@
import * as React from "react";
import { Editor } from "~/editor";
import type { Editor } from "~/editor";
export type DocumentContextValue = {
/** The current editor instance for this document. */