mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
Temporarily disable fix
This commit is contained in:
parent
d001f30157
commit
1ae135f21a
1 changed files with 5 additions and 5 deletions
|
@ -565,11 +565,11 @@ function Status({
|
|||
target:
|
||||
document.querySelector('.status-deck') || document.body,
|
||||
}}
|
||||
containerProps={{
|
||||
onClick: () => {
|
||||
menuInstanceRef.current?.closeMenu?.();
|
||||
},
|
||||
}}
|
||||
// containerProps={{
|
||||
// onClick: () => {
|
||||
// menuInstanceRef.current?.closeMenu?.();
|
||||
// },
|
||||
// }}
|
||||
align="end"
|
||||
offsetY={4}
|
||||
overflow="auto"
|
||||
|
|
Loading…
Reference in a new issue