mirror of
https://github.com/vector-im/element-call.git
synced 2026-02-02 04:05:56 +00:00
Put back listeners commented for testing
This commit is contained in:
@@ -188,8 +188,8 @@ export const usePTT = (
|
||||
}
|
||||
|
||||
window.addEventListener("keydown", onKeyDown);
|
||||
//window.addEventListener("keyup", onKeyUp);
|
||||
//window.addEventListener("blur", onBlur);
|
||||
window.addEventListener("keyup", onKeyUp);
|
||||
window.addEventListener("blur", onBlur);
|
||||
|
||||
return () => {
|
||||
window.removeEventListener("keydown", onKeyDown);
|
||||
|
||||
Reference in New Issue
Block a user