mirror of
https://github.com/henrygd/beszel.git
synced 2026-03-22 05:36:15 +01:00
Ignore alt key combinations when navigating systems with arrow keys (#1698)
This commit is contained in:
@@ -363,7 +363,8 @@ export default memo(function SystemDetail({ id }: { id: string }) {
|
|||||||
e.target instanceof HTMLTextAreaElement ||
|
e.target instanceof HTMLTextAreaElement ||
|
||||||
e.shiftKey ||
|
e.shiftKey ||
|
||||||
e.ctrlKey ||
|
e.ctrlKey ||
|
||||||
e.metaKey
|
e.metaKey ||
|
||||||
|
e.altKey
|
||||||
) {
|
) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user