Hide loading screen when app is loaded

This commit is contained in:
Jonatan Heyman 2023-01-13 01:42:02 +01:00
parent d1b61ce899
commit c7a00dd8da

View File

@ -12,6 +12,10 @@ import { heynoteKeymap } from "./keymap.js"
import { languageDetection } from "./language-detection/autodetect.js"
// hide loading screen
postMessage({ payload: 'removeLoading' }, '*')
export class HeynoteEditor {
constructor({element, content, focus=true}) {
this.state = EditorState.create({