mirror of
https://github.com/Physton/sd-webui-prompt-all-in-one.git
synced 2026-01-26 11:19:55 +00:00
Merge pull request #336 from bluelovers/patch-4
chore: use async avoid block other onUiLoaded cb
This commit is contained in:
@@ -7,7 +7,7 @@ import CommonMixin from "@/mixins/commonMixin"
|
||||
import common from "@/utils/common"
|
||||
import tippy from "tippy.js"
|
||||
|
||||
onUiLoaded(() => {
|
||||
onUiLoaded(async () => {
|
||||
const div = document.createElement('div')
|
||||
div.id = 'physton-prompt-all-in-one'
|
||||
common.gradioApp().appendChild(div)
|
||||
|
||||
Reference in New Issue
Block a user