electron-userland / electron-spellchecker

Implement spellchecking, correctly
MIT License
238 stars 83 forks source link

Observable.merge is not a function #160

Open medmor opened 4 years ago

medmor commented 4 years ago

this issu comes from the spell-check-handler.js line 240 Observable.merge(this.spellCheckInvoked, this.currentSpellcheckerChanged) if i change this to this.spellCheckInvoked.merge(this.currentSpellcheckerChanged) and alse the same in line 254. all works well.

jsnajdr commented 4 years ago

107 has the right fix for this. Only needs to be merged and published.