Search Box: Handle focus properly
This commit is contained in:
parent
2db14e8d6f
commit
c0ebafe2bc
2 changed files with 5 additions and 2 deletions
|
@ -317,7 +317,7 @@ export function CompositionArea({
|
|||
if (inputApiRef.current) {
|
||||
inputApiRef.current.focus();
|
||||
}
|
||||
});
|
||||
}, []);
|
||||
// Focus input whenever explicitly requested
|
||||
useEffect(() => {
|
||||
if (focusCounter !== previousFocusCounter && inputApiRef.current) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue