Skip to content

Commit

Permalink
Merge pull request #1097 from wakoong/wakoong/1024/prevent-losing-foc…
Browse files Browse the repository at this point in the history
…us-during-filter

Bugfix - prevent losing focus when filtering
  • Loading branch information
CodeWritingCow authored Feb 1, 2025
2 parents 191a047 + d8ab1e9 commit 1804218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SidePanelControlBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const SearchBarComponent: FC<SidePanelControlBarProps> = ({
closeButton.focus();
}
}
});
}, [currentView]);

return loading ? (
<div>{/* Keep empty while loading */}</div>
Expand Down

0 comments on commit 1804218

Please sign in to comment.