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.
this issu comes from the spell-check-handler.js line 240
Observable.merge(this.spellCheckInvoked, this.currentSpellcheckerChanged)
if i change this tothis.spellCheckInvoked.merge(this.currentSpellcheckerChanged)
and alse the same in line 254. all works well.