We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e657c84 commit 0b746f3Copy full SHA for 0b746f3
src/webview/SearchSidebar/SearchResultList/useListState.tsx
@@ -78,7 +78,7 @@ export function useStickyShadow(filePath: string) {
78
type ActiveItem = DisplayResult | DisplayResult[]
79
80
let activeItem: ActiveItem | null = null
81
-let refreshers: WeakMap<ActiveItem, (b: boolean) => void> = new WeakMap()
+const refreshers: WeakMap<ActiveItem, (b: boolean) => void> = new WeakMap()
82
83
function setActive(item: ActiveItem) {
84
if (activeItem) {
0 commit comments