Commit 190d79c
committed
fix: add modelId to modelsWithLoadedDetails Set after force loading
This fixes a race condition where forceFullModelDetailsLoad would load model
details but not mark them as loaded, causing hasLoadedFullDetails to always
return false and models to be unnecessarily reloaded on every task start.
The fix ensures that once a model's full details are loaded, it's properly
tracked in the Set to prevent redundant loading operations.1 parent eb28c86 commit 190d79c
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
23 | 26 | | |
24 | 27 | | |
25 | 28 | | |
| |||
0 commit comments