mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 22:26:57 +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:
|
target:
|
||||||
document.querySelector('.status-deck') || document.body,
|
document.querySelector('.status-deck') || document.body,
|
||||||
}}
|
}}
|
||||||
containerProps={{
|
// containerProps={{
|
||||||
onClick: () => {
|
// onClick: () => {
|
||||||
menuInstanceRef.current?.closeMenu?.();
|
// menuInstanceRef.current?.closeMenu?.();
|
||||||
},
|
// },
|
||||||
}}
|
// }}
|
||||||
align="end"
|
align="end"
|
||||||
offsetY={4}
|
offsetY={4}
|
||||||
overflow="auto"
|
overflow="auto"
|
||||||
|
|
Loading…
Reference in a new issue