feat(layout): allow to minimize chat (#35)
This commit is contained in:
@@ -50,7 +50,7 @@ export function Menu() {
|
||||
}, [open]);
|
||||
|
||||
useEffect(() => {
|
||||
const enterThreshold = 80;
|
||||
const enterThreshold = 40;
|
||||
const exitThreshold = 40;
|
||||
|
||||
function onMouseMove(event: MouseEvent) {
|
||||
|
||||
Reference in New Issue
Block a user