Fix set focus on status, make status itself scroll unwillingly
This commit is contained in:
parent
01a028d1c5
commit
8e46da5e80
1 changed files with 2 additions and 1 deletions
|
@ -719,7 +719,8 @@ function Status({
|
||||||
direction="right"
|
direction="right"
|
||||||
onClose={() => {
|
onClose={() => {
|
||||||
setIsContextMenuOpen(false);
|
setIsContextMenuOpen(false);
|
||||||
statusRef.current?.focus?.();
|
// statusRef.current?.focus?.();
|
||||||
|
statusRef.current?.closest('[tabindex]')?.focus?.();
|
||||||
}}
|
}}
|
||||||
portal={{
|
portal={{
|
||||||
target: document.body,
|
target: document.body,
|
||||||
|
|
Loading…
Add table
Reference in a new issue