mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
fix: prevent crash on opening primer popup
This commit is contained in:
parent
f56c65d879
commit
30382b39d8
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ export function setBodyIndent(shouldShowGitako: boolean) {
|
|||
* </html>
|
||||
*/
|
||||
|
||||
const mountPointContainer = document.documentElement
|
||||
const mountPointContainer = document.body
|
||||
export function insertMountPoint() {
|
||||
return $(formatID(rootElementID), undefined, () => {
|
||||
const element = document.createElement('div')
|
||||
|
|
|
|||
Loading…
Reference in a new issue