feat: add basic integrity checks + corrections
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
import Editor from "./editor.mjs";
|
||||
import * as utils from "./utils.mjs"
|
||||
|
||||
window.addEventListener("load", () => {
|
||||
const editor = new Editor()
|
||||
window.editor = editor
|
||||
window.utils = utils
|
||||
})
|
||||
|
Reference in New Issue
Block a user