mirror of
https://github.com/Monadical-SAS/reflector.git
synced 2025-12-22 05:09:05 +00:00
Fix permission detection system on firefox
This commit is contained in:
@@ -57,7 +57,7 @@ export default function Recorder(props: RecorderProps) {
|
||||
const handleKeyPress = (event: KeyboardEvent) => {
|
||||
switch (event.key) {
|
||||
case "~":
|
||||
location.href = ""
|
||||
location.href = "";
|
||||
break;
|
||||
case ",":
|
||||
location.href = "/transcripts/new";
|
||||
|
||||
Reference in New Issue
Block a user