* fix fields highlight.

This commit is contained in:
dingyongliang
2024-02-19 14:35:38 +08:00
parent c2c9c58300
commit 9fa0405d35
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -343,6 +343,7 @@ function handleSaveEditedFieldClick()
words.delete(oldName);
words.set(name, $fieldView.attr('data-id'));
if(oldName !== name) updatePromptPreview();
$editingField = null;
}
+3
View File
@@ -1,3 +1,6 @@
/**
* @type {string}
*/
let miniProgramID;
/**