mirror of
https://github.com/Physton/sd-webui-prompt-all-in-one.git
synced 2026-01-26 19:29:56 +00:00
PR #214: fix bug
This commit is contained in:
@@ -815,6 +815,7 @@ export default {
|
||||
!data.toEn.has(res.result[item.local]) && data.toEn.set(res.result[item.local], item.en)
|
||||
}
|
||||
})
|
||||
this.groupTagsTranslateCache = data
|
||||
console.log('Slugify complete: _handleGroupTags')
|
||||
})
|
||||
}
|
||||
|
||||
@@ -109,6 +109,8 @@ export default {
|
||||
!data.toEn.has(res.result[item.local]) && data.toEn.set(res.result[item.local], item.en)
|
||||
}
|
||||
})
|
||||
window.tagCompleteFileLoading[tagCompleteFile] = false
|
||||
window.tagCompleteFileCache[tagCompleteFile] = data
|
||||
console.log('Slugify complete: getCSV')
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user