mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-15 09:06:19 +08:00
fix(electron): find in page input border blink issue (#7737)
This commit is contained in:
@@ -222,7 +222,7 @@ export const FindInPageModal = () => {
|
||||
>
|
||||
<div
|
||||
className={clsx(styles.inputContainer, {
|
||||
active: active,
|
||||
active: active || isSearching,
|
||||
})}
|
||||
>
|
||||
<SearchIcon className={styles.searchIcon} />
|
||||
|
||||
Reference in New Issue
Block a user