Commit 0a70ce6
committed
Re-filter results when registry items load asynchronously
If the user types a search query before registryItems finishes
loading, filteredItems would be empty and stay stale. Add an
onChange handler for registryItems to re-run the filter, matching
the pattern used in ThemeSettingsView.1 parent 4e47fcd commit 0a70ce6
File tree
1 file changed
+9
-0
lines changed- CodeEdit/Features/Settings/Pages/Extensions
1 file changed
+9
-0
lines changedLines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
81 | 90 | | |
82 | 91 | | |
83 | 92 | | |
| |||
0 commit comments