mirror of
https://github.com/heyman/heynote.git
synced 2025-06-20 09:37:50 +02: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"
|
import { languageDetection } from "./language-detection/autodetect.js"
|
||||||
|
|
||||||
|
|
||||||
|
// hide loading screen
|
||||||
|
postMessage({ payload: 'removeLoading' }, '*')
|
||||||
|
|
||||||
|
|
||||||
export class HeynoteEditor {
|
export class HeynoteEditor {
|
||||||
constructor({element, content, focus=true}) {
|
constructor({element, content, focus=true}) {
|
||||||
this.state = EditorState.create({
|
this.state = EditorState.create({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user