1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Make faked, yet weak, typing a bit stronger

Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>

Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
This commit is contained in:
Iku-turso 2022-10-12 09:09:00 +03:00 committed by Janne Savolainen
parent fc77c41095
commit f2e6ce22aa
No known key found for this signature in database
GPG Key ID: 8C6CFB2FFFE8F68A

View File

@ -373,8 +373,7 @@ export const getApplicationBuilder = () => {
}
// Todo: prevent leaking of Electron.
// @ts-ignore
clickableMenuItem.value.onClick();
(clickableMenuItem.value as any).onClick();
},
},