mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
Wrong mouse event
This commit is contained in:
parent
f33170f5f4
commit
aab27ae616
@ -43,7 +43,7 @@ export function GroupCallLoader({
|
||||
|
||||
const history = useHistory();
|
||||
const onHomeClick = useCallback(
|
||||
(ev: Event) => {
|
||||
(ev: React.MouseEvent) => {
|
||||
ev.preventDefault();
|
||||
history.push("/");
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user