Commit f8aae2e
committed
Fix frozen spinner during MCP tool loading
The ToolsetInfoEvent handler called sidebar.SetToolsetInfo() directly and returned nil, bypassing the sidebar's Update() method which starts the spinner animation. Forward the event via forwardToSidebar() so the spinner registers with the animation coordinator and animates properly.
Assisted-By: docker-agent1 parent bd55840 commit f8aae2e
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
124 | 123 | | |
125 | | - | |
| 124 | + | |
126 | 125 | | |
127 | 126 | | |
128 | 127 | | |
| |||
0 commit comments