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

Observable.merge is not a function #160

Open
medmor opened this issue Sep 6, 2019 · 1 comment
Open

Observable.merge is not a function #160

medmor opened this issue Sep 6, 2019 · 1 comment

Comments

@medmor
Copy link

medmor commented Sep 6, 2019

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
Copy link

jsnajdr commented Jun 1, 2020

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

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