Minor tweaks.
This commit is contained in:
parent
ba4497e068
commit
42d6cedf4d
1 changed files with 1 additions and 0 deletions
|
|
@ -184,6 +184,7 @@ var PlaceHolder = function(session, length, pos, others, mainClass, othersClass)
|
|||
this.session.removeMarker(this.markerId);
|
||||
this.hideOtherMarkers();
|
||||
this.doc.removeEventListener("change", this.$onUpdate);
|
||||
this.session.selection.removeEventListener("changeCursor", this.$onCursorChange);
|
||||
this.pos.detach();
|
||||
for (var i = 0; i < this.others.length; i++) {
|
||||
this.others[i].detach();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue