Show a crash dialog when the editor panics (#362)

* Show a crash dialog when the editor panics

Closes #357

* Suppress console usage lints

* Proxy cleanup and comments
This commit is contained in:
Keavon Chambers
2021-08-31 18:34:19 -07:00
parent c8389bbae1
commit d290aaf712
16 changed files with 212 additions and 32 deletions
+3 -2
View File
@@ -11,9 +11,10 @@ import {
ExportDocument,
SaveDocument,
} from "@/utilities/response-handler";
import { download, upload } from "./files";
import { download, upload } from "@/utilities/files";
import { panicProxy } from "@/utilities/panic";
const wasm = import("@/../wasm/pkg");
const wasm = import("@/../wasm/pkg").then(panicProxy);
const state = reactive({
title: "",