mirror of
https://github.com/heyman/heynote.git
synced 2024-11-07 16:44:14 +01:00
Hide loading screen when app is loaded
This commit is contained in:
parent
d1b61ce899
commit
c7a00dd8da
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user