Fix env config tab clicks via document event delegation

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-08 21:14:42 +08:00
parent 576f6fbcfc
commit 4b3373a68d
4 changed files with 47 additions and 34 deletions
+2 -2
View File
@@ -103,8 +103,8 @@ const ORDER_ENTRY_MODEL_CODE_TO_CATEGORY = {{ entry_model_code_to_category | toj
<script>
window.__INSTANCE_DISPLAY__ = {{ display | tojson }};
</script>
<script src="/static/instance_settings_prefs.js?v=7"></script>
<script src="/static/instance_settings_prefs.js?v=8"></script>
<script src="/static/instance_live.js?v=4"></script>
<script src="/static/instance_embed.js?v=19"></script>
<script src="/static/instance_embed.js?v=20"></script>
</body>
</html>
+1 -1
View File
@@ -2038,6 +2038,6 @@ setInterval(refreshPriceSnapshotConditional, {{ price_refresh_seconds * 1000 }})
<script>
window.__INSTANCE_DISPLAY__ = {{ display | tojson }};
</script>
<script src="/static/instance_settings_prefs.js?v=7"></script>
<script src="/static/instance_settings_prefs.js?v=8"></script>
</body>
</html>