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

Various tweaks #1267

Merged
merged 3 commits into from
Feb 12, 2020
Merged

Various tweaks #1267

merged 3 commits into from
Feb 12, 2020

Conversation

nautatva
Copy link
Contributor

@nautatva nautatva commented Feb 5, 2020

Electron 8.0.0 is out. #14.


IssueHunt Summary

IssueHunt has been backed by the following sponsors. Become a sponsor

source/index.ts Outdated
@@ -285,6 +286,7 @@ function createMainWindow(): BrowserWindow {
webPreferences: {
preload: path.join(__dirname, 'browser.js'),
contextIsolation: true,
spellcheck: true,
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure about this. When the user sees the red squiggly lines, they assume they can right-click to get suggestion for spelling, which currently won't happen. I think we should wait for sindresorhus/electron-context-menu#11 (comment).

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Trying to work on it. Will submit a pull request when i figure it out

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Check out the PR sindresorhus/electron-context-menu#94. This was my first time working with any library. Took some time to understand the code, but enjoyed working on it🎉

@sindresorhus
Copy link
Owner

Sorry about the merge conflict. I was already working on updating the dependencies.

@nautatva
Copy link
Contributor Author

nautatva commented Feb 8, 2020

  • Resolve the merge conflict.

@sindresorhus sindresorhus changed the title Updated electron and other dependencies Various tweaks Feb 12, 2020
@sindresorhus sindresorhus merged commit 4493b08 into sindresorhus:master Feb 12, 2020
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

Successfully merging this pull request may close these issues.

2 participants