This commit is contained in:
parent
dd5e493ab5
commit
b38f82ba23
|
@ -214,7 +214,7 @@ const rootEl = (() => {
|
||||||
rootEl.id = MISSKEY_MOUNT_DIV_ID;
|
rootEl.id = MISSKEY_MOUNT_DIV_ID;
|
||||||
document.body.appendChild(rootEl);
|
document.body.appendChild(rootEl);
|
||||||
return rootEl;
|
return rootEl;
|
||||||
})()
|
})();
|
||||||
|
|
||||||
app.mount(rootEl);
|
app.mount(rootEl);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue