fix NameTestView

This commit is contained in:
jxxghp
2026-08-11 20:01:54 +08:00
parent c46aef725d
commit e21fe705b5
+1 -1
View File
@@ -284,7 +284,6 @@ async function nameTest() {
if (!normalizedTitle) return if (!normalizedTitle) return
nameTestForm.title = normalizedTitle nameTestForm.title = normalizedTitle
saveTitleHistory(normalizedTitle)
try { try {
nameTestLoading.value = true nameTestLoading.value = true
@@ -363,6 +362,7 @@ async function saveCustomWords() {
:rules="[requiredValidator]" :rules="[requiredValidator]"
prepend-inner-icon="mdi-movie-open" prepend-inner-icon="mdi-movie-open"
rows="2" rows="2"
auto-grow
/> />
</VCol> </VCol>
<VCol cols="12" class="shortcut-form-col"> <VCol cols="12" class="shortcut-form-col">