med
Results
1
issues of
med
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.