Skip to content

Commit

Permalink
feat: add support for keyboard interaction (#1402)
Browse files Browse the repository at this point in the history
* feat: add support for keyboard interaction

* fix ts errors
  • Loading branch information
sudharsan-selvaraj authored Sep 29, 2024
1 parent d1b30f7 commit 5846b92
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dashboard-frontend
4 changes: 4 additions & 0 deletions src/device-managers/IOSDeviceType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,15 @@ export const IOSDeviceInfoMap: any = {
Height: '932',
Model: 'iPhone 16 Plus',
},
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
//@ts-ignore
'iPhone16,1': {
Width: '393',
Height: '852',
Model: 'iPhone 16 Pro',
},
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
//@ts-ignore
'iPhone16,2': {
Width: '430',
Height: '932',
Expand Down
2 changes: 1 addition & 1 deletion src/modules

0 comments on commit 5846b92

Please sign in to comment.