mirror of
https://github.com/Physton/sd-webui-prompt-all-in-one.git
synced 2026-05-01 03:31:41 +00:00
Optimize the Tag input box
Former-commit-id: 8197ed00fdca1b2af524060fd2ef8b9c27173bd4
This commit is contained in:
@@ -1 +1 @@
|
||||
d7c7d23683e3ca9e351463e206a3c9b2e5399646
|
||||
3b17c5383640d6f5ceb2797ae24583a03f801d0b
|
||||
@@ -1 +1 @@
|
||||
24ec055fc7e04c6b8625d0bc0eefe1664cceafef
|
||||
b71166182a10d2d00f63e8c2dcc264cb05767fff
|
||||
@@ -569,7 +569,7 @@ export default {
|
||||
onTagInputChange(index, e) {
|
||||
if (this.tags[index].value === e.target.value) return
|
||||
this.tags[index].value = e.target.value
|
||||
this._updateTag(this.tags[index])
|
||||
this._setTag(this.tags[index])
|
||||
this.updateTags()
|
||||
},
|
||||
onTagWeightNumChange(index, e) {
|
||||
|
||||
Reference in New Issue
Block a user