mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-26 08:14:42 +00:00
Update GlobalKeydownTrigger.tsx
This commit is contained in:
parent
bdc0425353
commit
6fa579becd
@ -1,4 +1,4 @@
|
|||||||
import React, {useEffect, useMemo, useState} from "react";
|
import React, {useEffect} from "react";
|
||||||
|
|
||||||
interface GlobalKeydownTriggerProps {
|
interface GlobalKeydownTriggerProps {
|
||||||
onKeyDown: (key: string) => void;
|
onKeyDown: (key: string) => void;
|
||||||
|
Loading…
Reference in New Issue
Block a user