fix(randomizer): defer UI updates until workflow completion (fixes #824)

This commit is contained in:
Will Miao
2026-04-01 10:29:27 +08:00
parent ba3f15dbc6
commit f3b3e0adad
5 changed files with 204 additions and 23 deletions

View File

@@ -201,7 +201,8 @@ function createLoraRandomizerWidget(node) {
const vueApp = createApp(LoraRandomizerWidget, {
widget,
node
node,
api
})
vueApp.use(PrimeVue, {