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

Disabling Skip Save prompt issue #16

Closed
mpeterson2 opened this issue Sep 18, 2014 · 1 comment
Closed

Disabling Skip Save prompt issue #16

mpeterson2 opened this issue Sep 18, 2014 · 1 comment
Labels

Comments

@mpeterson2
Copy link
Owner

When you disable the skip save prompt and exit Atom, it asks you to disable it, but if you click cancel, it doesn't actually cancel it.

I've commented out all the code for skipping the save prompt, and it didn't fix the issue, but disabling the package fixes it, so I'm not sure what's going on here.

@mpeterson2 mpeterson2 added the bug label Sep 18, 2014
mpeterson2 added a commit that referenced this issue Oct 12, 2014
There is no more `@onExit`, which is far cleaner.

Fixes issue #16. For some reason, the `window.on 'beforeunload'` was
causing the issue.
mpeterson2 added a commit that referenced this issue Oct 12, 2014
There is no more `@onExit`, which is far cleaner.

Fixes issue #16. For some reason, the `window.on 'beforeunload'` was
causing the issue.
@mpeterson2
Copy link
Owner Author

Fixed in db734e3.

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

No branches or pull requests

1 participant