Commit f0259c7
Fix UMAP visualization hanging on search
Fixed bug where searching caused canvas to hang and hover to stop working. The zoom behavior was re-initializing every time the filtered results changed, destroying the interaction state.
Changed zoom useEffect dependency from [filtered] to [] so it only initializes once on mount.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 611d348 commit f0259c7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| |||
0 commit comments