Optimize the Tag input box

Former-commit-id: 8197ed00fdca1b2af524060fd2ef8b9c27173bd4
This commit is contained in:
Physton
2023-05-10 12:05:22 +08:00
parent e49acb68b1
commit d1f82aaf1b
3 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
d7c7d23683e3ca9e351463e206a3c9b2e5399646
3b17c5383640d6f5ceb2797ae24583a03f801d0b

View File

@@ -1 +1 @@
24ec055fc7e04c6b8625d0bc0eefe1664cceafef
b71166182a10d2d00f63e8c2dcc264cb05767fff

View File

@@ -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) {