Files
odysseus/static/js
holden093 0dc98ec9b9 fix(ui): prevent race condition in default chat model dropdown init (#5024)
Setting epSel.value triggered an async change event whose handler
called refreshModels('') — wiping the correct model selection that
refreshModels(settings.default_model) had just applied moments earlier.
The dropdown silently fell back to the alphabetically-first model
(deepseek-v4-flash instead of qwen-3.6-35B-A3B).

Moved the change listener registration to after the settings block
so the async change event fires before any listener exists. The
utility and teacher sections already followed this pattern.
2026-07-02 17:05:55 +02:00
..
2026-06-29 11:20:32 +00:00
2026-06-28 14:07:23 +00:00
2026-07-01 10:09:25 +00:00
2026-05-31 23:58:26 +09:00
2026-06-30 13:57:07 +00:00
2026-05-31 23:58:26 +09:00
2026-06-29 02:34:11 +00:00
2026-05-31 23:58:26 +09:00
2026-07-01 13:53:51 +00:00
2026-06-28 08:07:15 +00:00
2026-06-28 14:07:23 +00:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-07-01 11:12:55 +00:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-05-31 23:58:26 +09:00
2026-06-27 13:05:44 +00:00
2026-05-31 23:58:26 +09:00