Skip to content

Commit 0b746f3

Browse files
fix: fix linting
1 parent e657c84 commit 0b746f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webview/SearchSidebar/SearchResultList/useListState.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export function useStickyShadow(filePath: string) {
7878
type ActiveItem = DisplayResult | DisplayResult[]
7979

8080
let activeItem: ActiveItem | null = null
81-
let refreshers: WeakMap<ActiveItem, (b: boolean) => void> = new WeakMap()
81+
const refreshers: WeakMap<ActiveItem, (b: boolean) => void> = new WeakMap()
8282

8383
function setActive(item: ActiveItem) {
8484
if (activeItem) {

0 commit comments

Comments
 (0)