Skip to content

Commit

Permalink
Merge pull request #567 from Yajo/patch-1
Browse files Browse the repository at this point in the history
🚑 Fix #489
  • Loading branch information
abe33 authored Jan 31, 2017
2 parents 0e3d1d8 + 69be322 commit c4cd150
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/adapters/stable-adapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ module.exports = class StableAdapter {
editorDestroyed () {
return !this.textEditor ||
this.textEditor.isDestroyed() ||
!this.textEditorElement.component ||
!this.textEditorElement.getModel() ||
!this.textEditorElement.parentNode
}
Expand Down

0 comments on commit c4cd150

Please sign in to comment.