Fix trend strategy symbol input clearing on every keystroke.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-26 22:40:33 +08:00
parent 69cf94d1df
commit d3b92de703
3 changed files with 27 additions and 2 deletions
+1 -1
View File
@@ -226,7 +226,7 @@
}
input.addEventListener('input', function () {
if (hiddenThs) hiddenThs.value = '';
if (hiddenThs && hiddenThs !== input) hiddenThs.value = '';
if (hiddenName) hiddenName.value = '';
if (hiddenMarket) hiddenMarket.value = '';
if (hiddenSina) hiddenSina.value = '';