* fix fields highlight.
This commit is contained in:
@@ -343,6 +343,7 @@ function handleSaveEditedFieldClick()
|
||||
|
||||
words.delete(oldName);
|
||||
words.set(name, $fieldView.attr('data-id'));
|
||||
if(oldName !== name) updatePromptPreview();
|
||||
$editingField = null;
|
||||
}
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
/**
|
||||
* @type {string}
|
||||
*/
|
||||
let miniProgramID;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user