Skip to content

Commit

Permalink
fix(electron): find in page input border blink issue (#7737)
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Aug 5, 2024
1 parent 9cc976c commit 9f57ed5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ export const FindInPageModal = () => {
>
<div
className={clsx(styles.inputContainer, {
active: active,
active: active || isSearching,
})}
>
<SearchIcon className={styles.searchIcon} />
Expand Down

0 comments on commit 9f57ed5

Please sign in to comment.