mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-11 18:33:53 +00:00
feat: create project list (#671)
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { KeyboardEvent } from 'react';
|
||||
|
||||
export function isKeyEnter<T>(event: KeyboardEvent<T>): boolean {
|
||||
return event.key === 'Enter';
|
||||
}
|
||||
Reference in New Issue
Block a user