Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncaught TypeError: Cannot read property 'runShortcut' of undefined #29

Open
Cito opened this issue Dec 20, 2018 · 1 comment
Open

Uncaught TypeError: Cannot read property 'runShortcut' of undefined #29

Cito opened this issue Dec 20, 2018 · 1 comment

Comments

@Cito
Copy link

Cito commented Dec 20, 2018

I'm getting this error on the console, raised on line 72 of content.js.

I have "fixed" it by changing this line from
if (!app.isStartAllowed() || !app.checkEventForShortcut(e, userData.runShortcut))
to
if (!app.isStartAllowed() || !userData || !app.checkEventForShortcut(e, userData.runShortcut))

@olegcherr
Copy link
Owner

Thanks! I will apply this fix when I get back to the project. Now I'm focused on the Android version of Reedy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants