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

window.spellCheckHandler.currentSpellchecker : null --- In previously working project #128

Open
Nantris opened this issue Nov 23, 2018 · 1 comment

Comments

@Nantris
Copy link

Nantris commented Nov 23, 2018

I've had this package working properly for a long time but had to change my method for handling Webpack externals from using a two package.json structure to a single one. Everything in my project works perfectly besides electron-spellchecker. Even electron-spellchecker works perfectly besides the issue below. It still builds the context menu and carries out cut and paste operations just fine. No matter what I do though, currentSpellchecker is always coming up null now.

image

Any ideas would be greatly appreciated!

@chrisknepper
Copy link

chrisknepper commented Jan 21, 2019

Try going into your node_modules folder and under electron-spellchecker/lib/spell-check-handler.js, change var _Observable = require('rxjs/Observable'); to var _Observable = require('rxjs'); and be sure to exit node/rebuild your app.

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